diff options
| author | Nana Nosirova <nargiza.nosirova@mail.utoronto.ca> | 2018-07-17 02:44:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-17 02:44:47 +0000 |
| commit | 62b53c0971765a4e5f5d447188eb90bd22571424 (patch) | |
| tree | d2f7aa3f3bb7b05cd5d3dee288eabf0f38d39b1a /package.json | |
| parent | 541341598d5ed0e5c8ef9b2325dc6bbec958463a (diff) | |
| parent | 27f1cff089254b678bfcc695ab40b23a6a65a998 (diff) | |
Merge pull request #4 from kdam0/feat/SR-35
Feat/sr 35
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", |
