Skip to content

Commit

Permalink
Upgrade: Update glob, minimatch & devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn authored and phated committed Feb 21, 2017
1 parent b2e7641 commit 35277f3
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,25 @@
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main": "./index.js",
"files": [
"index.js",
"lib"
"index.js"
],
"dependencies": {
"glob": "^4.0.0",
"minimatch": "^1.0.0",
"glob": "^4.3.1",
"minimatch": "^2.0.1",
"ordered-read-streams": "^0.1.0",
"glob2base": "^0.0.12",
"unique-stream": "^1.0.0",
"through2": "^0.6.1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.0",
"istanbul-coveralls": "^1.0.1",
"jshint": "^2.5.10",
"mocha": "^2.0.0",
"should": "^4.0.0",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "^2.6.1",
"istanbul": "^0.3.0",
"rimraf": "^2.2.5",
"jshint": "^2.4.1"
"should": "^4.3.0"
},
"scripts": {
"test": "mocha --reporter spec && jshint",
Expand Down

0 comments on commit 35277f3

Please sign in to comment.