diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 0861dc4..1ebf93a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "protocols", "version": "0.0.0", "description": "protocols", - "main": "lib/index.js", + "main": "server/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -15,7 +15,6 @@ "passport-local": "~1.0.0", "csurf": "~1.3.0", "lodash": "~2.4.1", - "ejs": "^0.8.8", "multer": "~0.1.0", "body-parser": "~1.3.0", "cookie-parser": "~1.3.2", |
