Skip to content

Commit

Permalink
Prepare for release, excluding NPM. (#14)
Browse files Browse the repository at this point in the history
Since I don't have rights yet to publish a package to this org, set the
package to only publish to GitHub.
  • Loading branch information
cjbarth committed Sep 16, 2023
1 parent b443665 commit 419d488
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-dom-node",
"version": "1.0.0",
"version": ".9",
"description": "TypeScript helper functions to narrow the type of object to a Node descendant",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -65,5 +65,8 @@
},
"publishConfig": {
"access": "public"
},
"npm": {
"publish": false
}
}

0 comments on commit 419d488

Please sign in to comment.