Skip to content

Commit

Permalink
chore(package): use version range since babel-core 5.4.3 does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed May 18, 2015
1 parent 03f7716 commit 3b586fa
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 @@ -14,7 +14,7 @@
"xtend": "^4.0.0"
},
"devDependencies": {
"babel-core": "^5.2.0",
"babel-core": ">=5.2.0 <5.4.3",
"espurify": "^1.2.0",
"mocha": "^2.2.4"
},
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"main": "index.js",
"peerDependencies": {
"babel-core": "^5.2.0"
"babel-core": ">=5.2.0 <5.4.3"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3b586fa

Please sign in to comment.