File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " backendless" ,
3- "version" : " 4.0.3 -beta" ,
3+ "version" : " 4.0.4 -beta" ,
44 "description" : " Backendless JavaScript SDK for Node.js and the browser" ,
55 "main" : " ./dist/backendless.js" ,
66 "scripts" : {
1111 "test:e2e:browser" : " karma start test/e2e/karma.conf.js" ,
1212 "clean" : " rimraf dist" ,
1313 "copy" : " copyup src/* dist" ,
14- "minimize" : " uglifyjs dist/backendless.js --mangle --source-map dist/backendless.min.map - o dist/backendless.min.js" ,
14+ "minimize" : " uglifyjs dist/backendless.js -m - o dist/backendless.min.js --source-map " ,
1515 "build" : " npm run clean && npm run copy && npm run minimize" ,
1616 "prepublish" : " npm run build"
1717 },
5757 "mocha" : " ^3.2.0" ,
5858 "rimraf" : " ^2.5.4" ,
5959 "typescript" : " ^2.0.3" ,
60- "uglifyjs " : " ^2.4.10 " ,
60+ "uglify-js " : " ^3.0.15 " ,
6161 "watchify" : " ^3.8.0"
6262 }
6363}
You can’t perform that action at this time.
0 commit comments