File tree Expand file tree Collapse file tree 5 files changed +13
-93
lines changed Expand file tree Collapse file tree 5 files changed +13
-93
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "presets" : [" env" ]
3+ }
Original file line number Diff line number Diff line change @@ -27,4 +27,5 @@ build/Release
2727node_modules
2828
2929 # TestingBot specific files
30- * .jar
30+ * .jar
31+ build /
Original file line number Diff line number Diff line change @@ -12,4 +12,7 @@ test: clean lint
1212 mocha --exit --reporter spec $(MOCHAFLAGS )
1313
1414version :
15- node -e " console.log(require('./package.json').version)"
15+ node -e " console.log(require('./package.json').version)"
16+
17+ release :
18+ npm run build
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 "homepage" : " https://github.com/testingbot/testingbot-tunnel-launcher" ,
77 "scripts" : {
88 "lint" : " eslint ." ,
9- "test" : " make test"
9+ "test" : " make test" ,
10+ "build" : " babel lib -d build"
1011 },
1112 "dependencies" : {
1213 "async" : " ^2.1.4"
1314 },
1415 "devDependencies" : {
15- "babel" : " ^6.23.0" ,
16- "babel-core" : " ^6.23.1" ,
17- "babel-eslint" : " ^4.1.1" ,
18- "babel-plugin-rewire" : " ^1.0.0" ,
19- "babel-plugin-transform-object-assign" : " ^6.22.0" ,
20- "babel-eslint" : " ^8.0.2" ,
16+ "babel-cli" : " ^6.0.0" ,
17+ "babel-preset-env" : " ^1.6.1" ,
2118 "eslint" : " ^4.1.0" ,
2219 "mocha" : " ^3.2.0" ,
23- "grunt" : " ^1.0.1" ,
24- "grunt-babel" : " ^7.0.0" ,
25- "grunt-bump" : " ^0.8.0" ,
26- "grunt-cli" : " ^1.2.0" ,
27- "grunt-contrib-clean" : " ^1.0.0" ,
28- "grunt-contrib-watch" : " ^1.0.0" ,
29- "grunt-eslint" : " ^20.0.0" ,
30- "grunt-mocha-istanbul" : " ^5.0.2" ,
31- "grunt-npm" : " 0.0.2" ,
32- "isparta" : " ^4.0.0" ,
33- "load-grunt-tasks" : " ^3.2.0" ,
3420 "mocha" : " ^4.0.1" ,
3521 "mocha-junit-reporter" : " ^1.15.0"
3622 },
You can’t perform that action at this time.
0 commit comments