summaryrefslogtreecommitdiff
path: root/app/node_modules/okresource/package.json
diff options
context:
space:
mode:
authorSean Fridman <fridman@mail.sfsu.edu>2015-04-08 14:06:30 -0400
committerSean Fridman <fridman@mail.sfsu.edu>2015-04-08 14:06:39 -0400
commit0fc380788157779a39fe630b2464280eea9f5088 (patch)
treef4f2f88c3bd098dd8ec083e56ec64f5340e2c445 /app/node_modules/okresource/package.json
parentb91c88be52170a7c9a8b133ef72052bec8caccba (diff)
Add resource instance concept
Can now define resource classes bound to particular data points, in particular they can be static data defined by app config and not even in DB
Diffstat (limited to 'app/node_modules/okresource/package.json')
-rw-r--r--app/node_modules/okresource/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/node_modules/okresource/package.json b/app/node_modules/okresource/package.json
index da9dfe0..7f19c9b 100644
--- a/app/node_modules/okresource/package.json
+++ b/app/node_modules/okresource/package.json
@@ -9,6 +9,7 @@
"author": "OKFocus",
"license": "None",
"dependencies": {
+ "object-assign": "^2.0.0",
"q": "^1.2.0"
}
}