File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 31
31
"url" : " git://github.com/blueimp/JavaScript-Load-Image.git"
32
32
},
33
33
"devDependencies" : {
34
- "mocha-phantomjs" : " 4.0.1" ,
35
- "standard" : " 6.0.7" ,
36
- "uglify-js" : " 2.6.1"
34
+ "phantomjs-prebuilt" : " 2.1.13" ,
35
+ "mocha-phantomjs-core" : " 1.3.1" ,
36
+ "standard" : " 8.3.0" ,
37
+ "uglify-js" : " 2.7.3"
37
38
},
38
39
"scripts" : {
39
- "test" : " standard *.js js/*.js test/*.js && mocha-phantomjs test/index.html" ,
40
+ "lint" : " standard *.js js/*.js test/*.js" ,
41
+ "unit" : " phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html" ,
42
+ "test" : " npm run lint && npm run unit" ,
40
43
"build" : " cd js && uglifyjs load-image.js load-image-orientation.js load-image-meta.js load-image-exif.js load-image-exif-map.js -c -m -o load-image.all.min.js --source-map load-image.all.min.js.map" ,
41
44
"preversion" : " npm test" ,
42
45
"version" : " npm run build && git add -A js" ,
You can’t perform that action at this time.
0 commit comments