Skip to content

Commit 7000c02

Browse files
author
hirsch88
committed
Move production libs from devDependencies to dependencies
1 parent 62ba4ca commit 7000c02

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"@types/helmet": "^0.0.37",
4646
"@types/lodash": "^4.14.80",
4747
"@types/morgan": "^1.7.35",
48+
"@types/chalk": "^2.2.0",
49+
"@types/commander": "^2.11.0",
4850
"@types/reflect-metadata": "0.0.5",
4951
"@types/request": "^2.0.8",
5052
"@types/serve-favicon": "^2.2.29",
@@ -84,6 +86,10 @@
8486
"typeorm-typedi-extensions": "^0.1.1",
8587
"typescript": "^2.6.1",
8688
"uuid": "^3.1.0",
89+
"nps": "^5.7.1",
90+
"nps-utils": "^1.5.0",
91+
"chalk": "^2.3.0",
92+
"commander": "^2.11.0",
8793
"winston": "^2.4.0"
8894
},
8995
"jest": {
@@ -102,18 +108,12 @@
102108
},
103109
"license": "MIT",
104110
"devDependencies": {
105-
"@types/chalk": "^2.2.0",
106-
"@types/commander": "^2.11.0",
107111
"@types/jest": "^21.1.5",
108-
"chalk": "^2.3.0",
109-
"commander": "^2.11.0",
110112
"cross-env": "^5.1.1",
111113
"jest": "^21.2.1",
112114
"mock-express-request": "^0.2.0",
113115
"mock-express-response": "^0.2.1",
114116
"nock": "^9.1.0",
115-
"nps": "^5.7.1",
116-
"nps-utils": "^1.5.0",
117117
"ts-jest": "^21.1.4"
118118
}
119119
}

0 commit comments

Comments
 (0)