Skip to content

Commit

Permalink
chore: add basic npm publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
pnodet committed Sep 7, 2024
1 parent 80d7f87 commit dd09b2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "@nivalis/linter",
"version": "0.0.1",
"module": "src/index.ts",
"type": "module",
"publishConfig": {
"access": "public"
},
"scripts": {
"postinstall": "bunx patch-package",
"build": "unbuild",
Expand Down

0 comments on commit dd09b2e

Please sign in to comment.