Skip to content

Commit

Permalink
Add deps and deps:update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Olson committed Mar 22, 2017
1 parent e290a66 commit 115df1a
Show file tree
Hide file tree
Showing 2 changed files with 507 additions and 26 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"coverage:test": "nyc mocha \"src/**/*.test.js\"",
"coverage:travis": "run-s coverage:test coverage:travis:report coverage:check",
"coverage:travis:report": "if-node-version ^6 run-s coverage:report",
"deps": "npm-check -s",
"deps:update": "npm-check -u",
"lint": "eslint src test --ext .js",
"lint:fix": "eslint src test --ext .js --fix",
"prepublish": "run-s lint coverage coverage:check build",
Expand Down Expand Up @@ -76,6 +78,7 @@
"mocha": "^3.2.0",
"mocha-clean": "^1.0.0",
"mocha-lcov-reporter": "^1.0.0",
"npm-check": "^5.4.0",
"npm-run-all": "^4.0.2",
"nyc": "^10.1.2",
"open-cli": "^1.0.5",
Expand Down

0 comments on commit 115df1a

Please sign in to comment.