Skip to content

Commit

Permalink
make npm publish public
Browse files Browse the repository at this point in the history
  • Loading branch information
Hob Adams committed Jul 3, 2024
1 parent 82f7ab7 commit 986609e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{
"name": "@hobadams/nextjs-http-client",
"author": {
"name": "Hob Adams",
"url": "https://hobadams.com"
},
"license": "MIT",
"version": "0.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"coverageDirectory": "coverage",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --minify",
"release": "pnpm changeset version && pnpm changeset publish",
"release": "pnpm changeset version && pnpm changeset publish --access public",
"lint": "tsc",
"test": "jest"
},
Expand Down

0 comments on commit 986609e

Please sign in to comment.