Skip to content

Commit

Permalink
package.json: replace devDeps with npx
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 27, 2024
1 parent 6921c2f commit 41502cf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,9 @@
"punycode.es6.js"
],
"scripts": {
"test": "mocha tests",
"test": "npx mocha tests",
"build": "node scripts/prepublish.js"
},
"devDependencies": {
"codecov": "^3.8.3",
"nyc": "^15.1.0",
"mocha": "^10.2.0"
},
"jspm": {
"map": {
"./punycode.js": {
Expand Down

0 comments on commit 41502cf

Please sign in to comment.