mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2024-11-21 11:37:43 +00:00
move dev deps to devDependencies
This commit is contained in:
parent
a55f0f4549
commit
7fe438aab3
1 changed files with 3 additions and 5 deletions
|
@ -22,16 +22,14 @@
|
||||||
"chance": "^1.0.4",
|
"chance": "^1.0.4",
|
||||||
"express": "^4.14.0",
|
"express": "^4.14.0",
|
||||||
"express-cluster": "0.0.4",
|
"express-cluster": "0.0.4",
|
||||||
"mocha": "^3.4.2",
|
|
||||||
"newrelic": "^1.35.1",
|
"newrelic": "^1.35.1",
|
||||||
"node-gyp": "^3.4.0",
|
"node-gyp": "^3.4.0",
|
||||||
"sanitize-filename": "^1.6.1",
|
"sanitize-filename": "^1.6.1",
|
||||||
"sharp": "^0.18.1",
|
|
||||||
"standard": "^8.6.0",
|
|
||||||
"supertest": "^3.0.0",
|
|
||||||
"uuid": "^3.0.1"
|
"uuid": "^3.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"standard": "^8.6.0"
|
"mocha": "^3.4.2",
|
||||||
|
"sharp": "^0.18.1",
|
||||||
|
"supertest": "^3.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue