Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Apr 30, 2018
1 parent 951d841 commit 7a3cd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:
node_js:
- '8'
- '6'
- '4'

before_script:
- npm uninstall seneca
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Seneca plugin for user and group permissions.",
"main": "allow.js",
"scripts": {
"test": "lab -P test -t 90",
"test": "lab -P test -t 80",
"prettier": "prettier --write --no-semi --single-quote *.js lib/*.js test/*.js",
"coveralls": "lab -s -P test -r lcov | coveralls"
},
Expand All @@ -23,6 +23,7 @@
"README.md",
"allow.js"
],
"engines": {"node":">=6"},
"dependencies": {
"lodash": "4.17.10",
"optioner": "1.1.x",
Expand Down

0 comments on commit 7a3cd97

Please sign in to comment.