bump dependency versions and remove benchmark transpilers
This commit is contained in:
parent
ca597a2306
commit
7f2335974b
1
Makefile
1
Makefile
@ -10,6 +10,7 @@ clean:
|
|||||||
rm -rf coverage templates.json test/tmp dist
|
rm -rf coverage templates.json test/tmp dist
|
||||||
|
|
||||||
bench:
|
bench:
|
||||||
|
npm install es6-transpiler traceur esnext es6now jstransform
|
||||||
node node_modules/matcha/bin/_matcha
|
node node_modules/matcha/bin/_matcha
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|||||||
17
package.json
17
package.json
@ -34,7 +34,7 @@
|
|||||||
"test": "make test"
|
"test": "make test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "2.3.0",
|
"commander": "2.4.0",
|
||||||
"fs-readdir-recursive": "0.0.2",
|
"fs-readdir-recursive": "0.0.2",
|
||||||
"lodash": "2.4.1",
|
"lodash": "2.4.1",
|
||||||
"mkdirp": "0.5.0",
|
"mkdirp": "0.5.0",
|
||||||
@ -44,21 +44,16 @@
|
|||||||
"recast": "0.8.0",
|
"recast": "0.8.0",
|
||||||
"source-map": "0.1.40",
|
"source-map": "0.1.40",
|
||||||
"regenerator": "0.6.7",
|
"regenerator": "0.6.7",
|
||||||
"chokidar": "^0.9.0",
|
"chokidar": "0.10.0",
|
||||||
"source-map-support": "^0.2.7",
|
"source-map-support": "0.2.7",
|
||||||
"esutils": "^1.1.4",
|
"esutils": "1.1.4",
|
||||||
"acorn": "^0.9.0",
|
"acorn": "0.9.0",
|
||||||
"ast-types": "^0.5.3"
|
"ast-types": "0.5.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"es6-transpiler": "0.7.17",
|
|
||||||
"istanbul": "0.3.2",
|
"istanbul": "0.3.2",
|
||||||
"matcha": "0.5.0",
|
"matcha": "0.5.0",
|
||||||
"mocha": "1.21.5",
|
"mocha": "1.21.5",
|
||||||
"traceur": "0.0.67",
|
|
||||||
"esnext": "0.11.1",
|
|
||||||
"es6now": "0.8.11",
|
|
||||||
"jstransform": "6.3.2",
|
|
||||||
"uglify-js": "2.4.15",
|
"uglify-js": "2.4.15",
|
||||||
"browserify": "6.1.0",
|
"browserify": "6.1.0",
|
||||||
"proclaim": "2.0.0",
|
"proclaim": "2.0.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user