|
1 | 1 | { |
2 | 2 | "name": "emitify", |
3 | | - "version": "2.0.0", |
| 3 | + "version": "2.1.0", |
4 | 4 | "description": "dead simple event emitter", |
5 | 5 | "main": "lib/emitify.js", |
6 | 6 | "scripts": { |
7 | 7 | "test": "tape test/*.js", |
8 | 8 | "jscs": "jscs --esnext lib test", |
9 | 9 | "jshint": "jshint lib test", |
10 | | - "codestyle": "npm-run-all jshint jscs", |
| 10 | + "codestyle": "redrun jshint jscs", |
11 | 11 | "coverage": "nyc npm test", |
12 | 12 | "report": "nyc report --reporter=text-lcov | coveralls", |
13 | 13 | "bundle:base": "browserify -s Emitify --dg false", |
14 | 14 | "bundle": "npm run bundle:base -- -r ./lib/emitify.js:emitify ./lib/emitify.js -o dist/emitify.js", |
15 | 15 | "minify": "minify dist/emitify.js > dist/emitify.min.js", |
16 | | - "build": "npm-run-all bundle minify", |
| 16 | + "build": "redrun bundle minify", |
17 | 17 | "wisdom": "npm run build" |
18 | 18 | }, |
19 | 19 | "repository": { |
|
31 | 31 | }, |
32 | 32 | "homepage": "https://github.com/coderaiser/emitify", |
33 | 33 | "devDependencies": { |
34 | | - "browserify": "~12.0.1", |
| 34 | + "browserify": "^13.0.0", |
35 | 35 | "coveralls": "^2.11.6", |
36 | | - "jscs": "^2.7.0", |
| 36 | + "jscs": "^3.0.3", |
37 | 37 | "jshint": "^2.8.0", |
38 | | - "minify": "~2.0.2", |
39 | | - "npm-run-all": "^1.4.0", |
40 | | - "nyc": "^5.0.1", |
| 38 | + "minify": "^2.0.2", |
| 39 | + "nyc": "^6.1.1", |
| 40 | + "redrun": "^3.0.0", |
41 | 41 | "tape": "^4.4.0" |
42 | 42 | } |
43 | 43 | } |
0 commit comments