File tree Expand file tree Collapse file tree 3 files changed +1244
-3
lines changed Expand file tree Collapse file tree 3 files changed +1244
-3
lines changed Original file line number Diff line number Diff line change 12
12
" snabbt.min.js"
13
13
],
14
14
"scripts" : {
15
- "watch" : " watchify -v -t babelify src/main.js -o bundle .js" ,
15
+ "watch" : " watchify -v -t babelify src/main.js -o snabbt .js" ,
16
16
"test" : " mocha src/**/*Tests.js --harmony" ,
17
17
"tdd" : " mocha src/**/*Tests.js --harmony --watch" ,
18
- "build" : " browserify -t babelify src/main.js -o bundle .js && uglifyjs --compress --mangle -- bundle .js > snabbt.js"
18
+ "build" : " browserify -t babelify src/main.js -o snabbt .js && uglifyjs --compress --mangle -- snabbt .js > snabbt.min .js"
19
19
},
20
20
"repository" : {
21
21
"type" : " git" ,
29
29
"mocha" : " ^2.3.3" ,
30
30
"sinon" : " ^1.17.1" ,
31
31
"watchify" : " ^3.4.0" ,
32
- "uglify-js" : " ^2.4.24" ,
33
32
"chai-string" : " ^1.1.4"
34
33
},
35
34
"spm" : {
You can’t perform that action at this time.
0 commit comments