Skip to content

Commit

Permalink
fix: Move babel-core to devDependencies
Browse files Browse the repository at this point in the history
This was added to dependencies when it was supposed to have been added to devDependencies.

Fixes #146.
  • Loading branch information
zimme committed Dec 13, 2017
1 parent 7c457e5 commit 73ac167
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 @@ -15,7 +15,6 @@
"maintainers": ["Simon Fridlund <[email protected]>"],
"license": "MIT",
"dependencies": {
"babel-core": "6.26.0",
"common-tags": "^1.4.0",
"dlv": "^1.1.0",
"eslint": "^4.5.0",
Expand All @@ -31,6 +30,7 @@
"devDependencies": {
"all-contributors-cli": "^4.4.0",
"babel-cli": "^6.26.0",
"babel-core": "6.26.0",
"babel-jest": "^21.2.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
Expand Down

0 comments on commit 73ac167

Please sign in to comment.