22
22
"scripts" : {
23
23
"build" : " npm run lint && npm run browserify" ,
24
24
"lint" : " jshint . --verbose && jscs . --verbose" ,
25
- "browserify" : " simplifyify lib/index.js --outfile dist/ono.js --standalone ono --debug --minify --test" ,
26
- "watch" : " npm run browserify -- --watch" ,
25
+ "browserify" : " simplifyify lib/index.js --outfile dist/ono.js --standalone ono --debug --minify" ,
27
26
"test" : " istanbul cover _mocha -- --bail --recursive tests && npm run karma" ,
28
27
"mocha" : " mocha --bail --recursive tests" ,
29
28
"karma" : " karma start --single-run" ,
30
- "upgrade" : " npm-check-updates -u && npm update" ,
29
+ "upgrade" : " ncu --upgradeAll && npm update" ,
31
30
"bump" : " bump --prompt --tag --push --all" ,
32
31
"release" : " npm run upgrade && npm run build && npm test && npm run bump && npm publish"
33
32
},
36
35
"url" : " https://github.com/bigstickcarpet/ono.git"
37
36
},
38
37
"devDependencies" : {
39
- "chai" : " ^3.2.0" ,
40
- "coveralls" : " ^2.11.3" ,
41
- "istanbul" : " ^0.3.17" ,
42
- "jscs" : " ^2.0.0" ,
43
- "jshint" : " ^2.8.0" ,
38
+ "simplifyify" : " ^1.1.1" ,
44
39
"karma" : " ^0.13.3" ,
45
40
"karma-chai" : " ^0.1.0" ,
46
41
"karma-chrome-launcher" : " ^0.2.0" ,
52
47
"karma-mocha-reporter" : " ^1.0.3" ,
53
48
"karma-phantomjs-launcher" : " ^0.2.0" ,
54
49
"karma-safari-launcher" : " ^0.1.1" ,
55
- "karma-sauce-launcher" : " ^0.2.14" ,
56
50
"karma-sinon" : " ^1.0.4" ,
51
+ "istanbul" : " ^0.3.17" ,
52
+ "coveralls" : " ^2.11.3" ,
57
53
"mocha" : " ^2.2.5" ,
58
- "npm-check-updates" : " ^1.5.1" ,
59
- "simplifyify" : " ^1.1.1" ,
54
+ "chai" : " ^3.2.0" ,
60
55
"sinon" : " ^1.15.4" ,
61
- "useragent-lite" : " 0.0.2" ,
62
- "version-bump-prompt" : " ^1.4.2"
56
+ "jscs" : " ^2.0.0" ,
57
+ "jshint" : " ^2.8.0" ,
58
+ "npm-check-updates" : " ^2.0.0" ,
59
+ "version-bump-prompt" : " ^1.4.2" ,
60
+ "karma-sauce-launcher" : " ^0.2.14" ,
61
+ "useragent-lite" : " 0.0.2"
63
62
},
64
63
"dependencies" : {}
65
- }
64
+ }
0 commit comments