Skip to content

Commit 3e49710

Browse files
authored
Move static-serve to dev dependencies (#1121)
This dependency is not used in library code. Only in tests.
1 parent 471073b commit 3e49710

File tree

2 files changed

+151
-20
lines changed

2 files changed

+151
-20
lines changed

package-lock.json

Lines changed: 149 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"lodash": "^4.17.19",
1515
"request": ">=2.9.0",
1616
"sax": ">=0.6",
17-
"serve-static": "^1.11.1",
1817
"strip-bom": "^3.0.0",
1918
"uuid": "^3.1.0",
2019
"xml-crypto": "^1.4.0"
@@ -46,12 +45,12 @@
4645
],
4746
"license": "MIT",
4847
"devDependencies": {
49-
"@types/request": "^2.48.1",
5048
"@types/bluebird": "^3.5.26",
5149
"@types/debug": "^4.1.2",
5250
"@types/express": "^4.16.1",
5351
"@types/lodash": "^4.14.122",
5452
"@types/node": "^11.11.0",
53+
"@types/request": "^2.48.1",
5554
"@types/sax": "^1.0.1",
5655
"@types/uuid": "^3.4.4",
5756
"body-parser": "^1.15.2",
@@ -68,6 +67,7 @@
6867
"nyc": "^14.1.1",
6968
"readable-stream": "~2.0.2",
7069
"semver": "^5.6.0",
70+
"serve-static": "^1.14.1",
7171
"should": "^13.2.3",
7272
"sinon": "^1.17.7",
7373
"source-map-support": "^0.5.10",

0 commit comments

Comments
 (0)