In binding_web, use prepublishOnly, not prepublish

This commit is contained in:
Max Brunsfeld 2019-05-07 13:24:29 -07:00
parent 9a82bd9d83
commit 9fc058656c

View file

@ -1,6 +1,6 @@
{
"name": "web-tree-sitter",
"version": "0.15.1",
"version": "0.15.2",
"description": "Tree-sitter bindings for the web",
"main": "tree-sitter.js",
"directories": {
@ -8,7 +8,7 @@
},
"scripts": {
"test": "mocha",
"prepublish": "node check-artifacts-fresh.js"
"prepublishOnly": "node check-artifacts-fresh.js"
},
"repository": {
"type": "git",