Skip to content

Commit

Permalink
Merge pull request #109 from chromaui/update-package-config
Browse files Browse the repository at this point in the history
Add `author` and `publishConfig` to package.json
  • Loading branch information
ghengeveld authored Mar 25, 2024
2 parents e5e3f07 + b2d7be1 commit cc719e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@
],
"repository": {
"type": "git",
"url": "https://github.com/chromaui/storybook-addon-pseudo-states"
"url": "git+https://github.com/chromaui/storybook-addon-pseudo-states.git"
},
"author": "ghengeveld",
"publishConfig": {
"access": "public"
},
"author": "Chromatic <support@chromatic.com>",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit cc719e1

Please sign in to comment.