diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-03 13:43:30 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-06 15:27:52 -0400 |
| commit | 4a112b88f4f39dfe5ba8df77f12ed5b565665010 (patch) | |
| tree | 25fa99f3a964d2c8c12e1384bd5225e2847e5c78 /app/node_modules/okview/package.json | |
| parent | 0e968c54dbd30d0004009b623af901dcfb64cf3a (diff) | |
Factor out template data fetch into util function
Diffstat (limited to 'app/node_modules/okview/package.json')
| -rw-r--r-- | app/node_modules/okview/package.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/node_modules/okview/package.json b/app/node_modules/okview/package.json index 1204823..8d95b40 100644 --- a/app/node_modules/okview/package.json +++ b/app/node_modules/okview/package.json @@ -8,9 +8,5 @@ }, "author": "OKFocus", "license": "None", - "dependencies": { - "lodash.isarray": "^3.0.1", - "pluralize": "^1.1.2", - "q": "^1.2.0" - } + "dependencies": {} } |
