Skip to content

Commit d7ae670

Browse files
authored
Merge pull request #32 from jayvdb/add-serve-static
package.json: Add serve-static
2 parents e4d3f1c + c7d89d3 commit d7ae670

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@types/jsonwebtoken": "^8.3.0",
2828
"@types/mocha": "^5.2.5",
2929
"@types/node": "^10.11.7",
30+
"@types/serve-static": "^1.13.2",
3031
"@types/webpack": "^4.4.16",
3132
"assert": "^1.4.1",
3233
"mocha": "^5.2.0",
@@ -44,6 +45,7 @@
4445
"jsonwebtoken": "^8.3.0",
4546
"toml": "^2.3.3",
4647
"url-pattern": "^1.0.3",
48+
"serve-static": "^1.13.2",
4749
"webpack": "^4.20.2"
4850
}
4951
}

0 commit comments

Comments
 (0)