Skip to content

Commit

Permalink
Require version ^0.3.20 of ast-types for great speed.
Browse files Browse the repository at this point in the history
This upgrade speeds up the compilation of test/tests.es6.js by 37%.
  • Loading branch information
benjamn committed Mar 20, 2014
1 parent db9b714 commit e474078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"commander": "~2.1.0",
"esprima": "git://github.com/ariya/esprima.git#harmony",
"ast-types": "~0.3.15",
"recast": "~0.5.7",
"private": "~0.1.0",
"ast-types": "^0.3.20",
"recast": "^0.5.10",
"private": "^0.1.2",
"defs": "~0.6.2"
},
"devDependencies": {
Expand Down

0 comments on commit e474078

Please sign in to comment.