Skip to content

Commit

Permalink
Merge pull request #252 from tschaub/updates
Browse files Browse the repository at this point in the history
Remove dev dependency on minimatch
  • Loading branch information
tschaub committed Sep 11, 2018
2 parents 5e68c29 + 15df910 commit 7c224b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 67 deletions.
64 changes: 0 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -30,11 +30,9 @@
"scripts": {
"lint": "eslint benchmarks lib test",
"pretest": "npm run lint",
"test": "mocha --recursive test",
"bench": "bench benchmarks"
"test": "mocha --recursive test"
},
"devDependencies": {
"bench-it": "0.4.0",
"chai": "^4.1.2",
"eslint": "^4.8.0",
"eslint-config-tschaub": "^8.0.0",
Expand Down

0 comments on commit 7c224b0

Please sign in to comment.