Skip to content

Commit

Permalink
fix(deps): move dep to devdeps properly
Browse files Browse the repository at this point in the history
  • Loading branch information
kwelch committed Apr 27, 2017
1 parent 8553d95 commit 3d087dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"all-contributors-cli": "^4.3.0",
"babel-cli": "^6.24.1",
"babel-jest": "^19.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.3.3",
"babel-preset-stage-2": "^6.24.1",
"codecov": "^2.1.0",
Expand All @@ -49,8 +50,5 @@
"/node_modules",
"__test__"
]
},
"dependencies": {
"babel-plugin-transform-runtime": "^6.23.0"
}
}

0 comments on commit 3d087dc

Please sign in to comment.