Skip to content

Commit

Permalink
Set publishConfig access=public
Browse files Browse the repository at this point in the history
  • Loading branch information
orenyomtov committed Feb 14, 2023
1 parent f05b804 commit 038816f
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
Expand Up @@ -19,6 +19,9 @@
],
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"start": "npm run build && node dist/src/cli.js",
Expand Down Expand Up @@ -54,4 +57,4 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}
}

0 comments on commit 038816f

Please sign in to comment.