Skip to content

Commit

Permalink
Merge pull request #41 from grawk/babel-exact-version
Browse files Browse the repository at this point in the history
Babel exact version
  • Loading branch information
totherik committed Mar 11, 2015
2 parents b75ea09 + 4533485 commit 5b2cf9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
],
"readmeFilename": "README.md",
"devDependencies": {
"babel": "^4.6.6",
"babel": "4.7.3",
"glob": "^4.3.5",
"istanbul": "^0.3.5",
"jshint": "^2.6.0",
"tape": "^3.5.0"
},
"dependencies": {
"async": "^0.9.0",
"babel-runtime": "^4.6.6",
"babel-runtime": "4.7.3",
"caller": "^1.0.0",
"core-util-is": "^1.0.1",
"debuglog": "^1.0.1",
Expand Down

0 comments on commit 5b2cf9a

Please sign in to comment.