diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-08 19:53:43 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-08 19:53:43 -0400 |
| commit | 51296eb133599d98dd05d04399898c42b1662ab5 (patch) | |
| tree | c9b6e7eadab9b5fb6df727581518b6a479eb966d /package.json | |
| parent | 47215a88acb2b4a612b6916f2f7b7a7660770c36 (diff) | |
Add static root to meta template info
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index bb8a39b..58f04e1 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "author": "OKFocus", "license": "None", "dependencies": { - "express": "^4.12.3" + "express": "^4.12.3", + "q": "^1.2.0" } } |
