diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 9169729..b441a94 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,9 @@ }, "main": "app.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "node ./app.js" + "start": "node app.js", + "build-css": "./bin/build-css", + "postinstall": "./bin/build-css" }, "repository": { "type": "git", @@ -39,6 +40,7 @@ "jquery": "^3.1.0", "mongo-factory": "^1.0.0", "mongodb": "^2.2.2", + "node-sass": "^4.5.2", "object-assign": "^4.1.0", "passport": "^0.3.2", "passport-facebook": "^2.1.1", |
