Skip to content

Commit

Permalink
move deps for bin dev server out of devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Jan 13, 2016
1 parent 279a7c2 commit c3a6e2d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,26 @@
"description": "Presets for setting up webpack with hotloading react and ES6(2015) using Babel.",
"version": "7.0.0-beta1",
"author": "Henrik Joreteg <henrik@andyet.net>",
"bin": {
"hjs-dev-server": "bin/hjs-dev-server.js"
},
"bugs": {
"url": "https://github.com/henrikjoreteg/hjs-webpack/issues"
},
"dependencies": {
"express": "^4.13.3",
"extract-text-webpack-plugin": "1.0.1",
"find-root": "0.1.1",
"lodash.assign": "3.2.0",
"lodash.defaults": "3.1.2",
"lodash.pick": "3.1.0",
"rimraf": "^2.5.0"
"rimraf": "^2.5.0",
"webpack": "^1.12.11",
"webpack-dev-middleware": "^1.4.0"
},
"devDependencies": {
"express": "^4.13.3",
"precommit-hook": "^3.0.0",
"standard": "5.4.1",
"webpack": "^1.12.11",
"webpack-dev-middleware": "^1.4.0"
"standard": "5.4.1"
},
"homepage": "https://github.com/henrikjoreteg/hjs-webpack",
"keywords": [
Expand All @@ -29,9 +32,6 @@
],
"license": "MIT",
"main": "index.js",
"bin": {
"hjs-dev-server": "bin/hjs-dev-server.js"
},
"pre-commit": [
"lint",
"validate"
Expand Down

0 comments on commit c3a6e2d

Please sign in to comment.