Skip to content

Commit

Permalink
fixed #300 - incorrect babel dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bjouhier committed Nov 4, 2015
1 parent 5592f0d commit 8738f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"streamline-runtime": "^1.0.13"
},
"peerDependencies": {
"babel": ">=5.8.0"
"babel": "^5.8.0"
},
"optionalDependencies": {
"fibers": "^1.0.6"
Expand Down

0 comments on commit 8738f9f

Please sign in to comment.