Skip to content

Commit

Permalink
update shrinkwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Sep 30, 2016
2 parents cd429db + 09762b8 commit 924d2d6
Show file tree
Hide file tree
Showing 5 changed files with 1,731 additions and 815 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ before_install:
- sudo apt-get install --assume-yes apache2-utils
- npm install -g [email protected]
- npm install -g grunt-cli
- npm config set strict-ssl false
install: npm install
1 change: 1 addition & 0 deletions lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function FHapi(cfg, logr) {
sec: sec.security,
auth: require('./auth')(cfg),
host: require('./host'),
permission_map: require('fh-db').permission_map,
hash: function (opts, callback) {
var p = {
act: 'hash',
Expand Down
Loading

0 comments on commit 924d2d6

Please sign in to comment.