Skip to content

Commit 41502cf

Browse files
committed
package.json: replace devDeps with npx
1 parent 6921c2f commit 41502cf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,9 @@
4040
"punycode.es6.js"
4141
],
4242
"scripts": {
43-
"test": "mocha tests",
43+
"test": "npx mocha tests",
4444
"build": "node scripts/prepublish.js"
4545
},
46-
"devDependencies": {
47-
"codecov": "^3.8.3",
48-
"nyc": "^15.1.0",
49-
"mocha": "^10.2.0"
50-
},
5146
"jspm": {
5247
"map": {
5348
"./punycode.js": {

0 commit comments

Comments
 (0)