Explicitly list all files for the npm package

This commit is contained in:
Rob Wu
2017-12-01 14:04:52 +01:00
parent 7b6ce1a3df
commit b419acc6e5

View File

@@ -20,6 +20,13 @@
"heroku"
],
"main": "./lib/cors-anywhere.js",
"files": [
"lib/",
"test/",
"Procfile",
"demo.html",
"server.js"
],
"dependencies": {
"http-proxy": "1.11.1",
"proxy-from-env": "0.0.1"