Skip to content

Commit

Permalink
Remove dev dependency on minimatch
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Sep 11, 2018
1 parent b81c39b commit 15df910
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 15df910

Please sign in to comment.