Update package.json

This commit is contained in:
TheEmeraldStarr 2020-11-06 18:58:51 -08:00 committed by GitHub
parent e274e96053
commit 55147ce9b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
"description": "A web proxy capable of proxying websites!",
"main": "app.js",
"scripts": {
"test": "test",
"test": "node app.js",
"start": "node app.js ./node_modules/.bin/grunt"
},
"keywords": [
@ -29,4 +29,4 @@
"morgan": "^1.9.0",
"axios": "^0.19.2"
}
}
}