Skip to content

Commit 0df8a1a

Browse files
Fixed 2.0.1 npm package issue
1 parent 554da2a commit 0df8a1a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@
4848
"json"
4949
]
5050
},
51-
"bin": {
52-
"coveralls": "./bin/coveralls.js"
53-
},
5451
"engines": {
5552
"node": ">=7.0.0"
5653
},
@@ -98,7 +95,7 @@
9895
"mocha": "^5.0.4",
9996
"mocha-lcov-reporter": "^1.3.0",
10097
"nock": "^9.2.3",
101-
"nyc": "^11.6.0",
98+
"nyc": "^15.0.0",
10299
"phantomjs-prebuilt": "^2.1.4",
103100
"sinon": "^7.5.0",
104101
"standard": "^11.0.0",

0 commit comments

Comments
 (0)