Skip to content

Commit

Permalink
add missing feathers-hooks dependency
Browse files Browse the repository at this point in the history
`feathers-hooks` is used here: https://github.com/feathersjs/feathers-hooks-common/blob/8c1ab2fa228a2e2e42c311f48c99488900064296/src/services/combine.js

this change fixes an error when using `feathers-hooks-common` in a standalone module without `feathers-hooks` as a dependency.
  • Loading branch information
ahdinosaur committed May 29, 2017
1 parent 24b85bc commit a87dfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"ajv": "^5.0.0",
"debug": "^2.2.0",
"feathers-errors": "^2.4.0",
"feathers-hooks": "^2.0.1",
"traverse": "^0.6.6"
},
"devDependencies": {
Expand All @@ -68,7 +69,6 @@
"coveralls": "^2.11.14",
"eslint-if-supported": "^1.0.1",
"feathers": "^2.0.3",
"feathers-hooks": "^2.0.0",
"feathers-memory": "^1.0.1",
"feathers-tests-fake-app-users": "^1.0.0",
"istanbul": "^1.1.0-alpha.1",
Expand Down

0 comments on commit a87dfb7

Please sign in to comment.