Fixed deprecated prepublish script.
This commit is contained in:
parent
dfc8554352
commit
144178f021
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
"vanilla-test": "^1.4.8"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "esbuild node-ipc.js --bundle --format=cjs --target=es2018 --platform=node --outfile=node-ipc.cjs",
|
||||
"prepare": "esbuild node-ipc.js --bundle --format=cjs --target=es2018 --platform=node --outfile=node-ipc.cjs",
|
||||
"test": "npm i && c8 -r lcov -r html node test/CI.js && c8 report && node ./lcov.js",
|
||||
"coverage": "echo 'See your coverage report at http://localhost:8080' && node-http-server port=8080 root=./coverage/"
|
||||
},
|
||||
|
@ -61,4 +61,4 @@
|
|||
"url": "https://github.com/RIAEvangelist/node-ipc/issues"
|
||||
},
|
||||
"homepage": "http://riaevangelist.github.io/node-ipc/"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue