Fix istanbul dev dependency

According to npm's documentation[1], dependencies on github
repositories are declared with the following syntax:
    "module": "person/module"

This commit changes the package.json syntax on istanbul's dependency,
to follow the documentation.

[1] https://docs.npmjs.com/files/package.json#github-urls
This commit is contained in:
Marcos Marado
2016-11-12 01:09:43 +00:00
committed by Nils Knappmeier
parent 9a36966b16
commit 2b7ed7e0bb
+1 -1
View File
@@ -47,7 +47,7 @@
"grunt-eslint": "^17.1.0",
"grunt-saucelabs": "8.x",
"grunt-webpack": "^1.0.8",
"istanbul": "github:kpdecker/istanbul",
"istanbul": "kpdecker/istanbul",
"jison": "0.4.16",
"mocha": "~1.20.0",
"mock-stdin": "^0.3.0",