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 3131 "url" : " git://github.com/blueimp/JavaScript-Load-Image.git"
3232 },
3333 "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"
3738 },
3839 "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" ,
4043 "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" ,
4144 "preversion" : " npm test" ,
4245 "version" : " npm run build && git add -A js" ,
You can’t perform that action at this time.
0 commit comments