Skip to content

Commit

Permalink
fix(dependencies): Add babel-runtime as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
trodrigues committed Jan 15, 2016
1 parent e305360 commit db7f607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"babel-runtime": "^6.3.19",
"bluebird": "^3.1.1",
"contentful-management": "^0.8.3",
"contentful": "^2.1.0",
"contentful-management": "^0.8.3",
"lodash": "^3.10.1",
"npmlog": "^2.0.0"
},
Expand Down

0 comments on commit db7f607

Please sign in to comment.