Skip to content

Commit

Permalink
Merge 1fb8baf into 3d91781
Browse files Browse the repository at this point in the history
  • Loading branch information
EsrefDurna committed Jun 11, 2017
2 parents 3d91781 + 1fb8baf commit 7d0a832
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,26 @@
"lib/"
],
"devDependencies": {
"chai": "^3.2.0",
"coveralls": "^2.11.2",
"graceful-fs": "4.1.4",
"istanbul": "^0.3.20",
"mocha": "^3.0.0",
"rimraf": "^2.4.3",
"sinon": "^1.10.3",
"sinon-chai": "^2.6.0"
"chai": "^4.0.2",
"coveralls": "^2.13.1",
"graceful-fs": "4.1.11",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"rimraf": "^2.6.1",
"sinon": "^2.3.4",
"sinon-chai": "^2.10.0"
},
"optionalDependencies": {
"fsevents": "^1.0.0"
},
"dependencies": {
"anymatch": "^1.3.0",
"async-each": "^1.0.0",
"async-each": "^1.0.1",
"glob-parent": "^2.0.0",
"inherits": "^2.0.1",
"inherits": "^2.0.3",
"is-binary-path": "^1.0.0",
"is-glob": "^2.0.0",
"path-is-absolute": "^1.0.0",
"readdirp": "^2.0.0"
"path-is-absolute": "^1.0.1",
"readdirp": "^2.1.0"
}
}

0 comments on commit 7d0a832

Please sign in to comment.