In binding_web, use prepublishOnly, not prepublish
This commit is contained in:
parent
9a82bd9d83
commit
9fc058656c
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue