Skip to content

Commit

Permalink
feat: adjust package.json details for npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Jun 7, 2024
1 parent 317024c commit c0f3af5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emulsify-core",
"version": "1.0.0",
"description": "Storybook development + Webpack Build",
"name": "@emulsify/core",
"version": "0.0.0-development",
"description": "Bundled tooling for Storybook development + Webpack Build",
"keywords": [
"component library",
"design system",
Expand All @@ -11,7 +11,13 @@
"styleguide"
],
"author": "Four Kitchens <[email protected]>",
"license": "ISC",
"license": "GPL-2.0",
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"coverage": "npm run test && open-cli .coverage/lcov-report/index.html",
"format": "npm run lint-fix; npm run prettier-fix",
Expand Down
File renamed without changes.

0 comments on commit c0f3af5

Please sign in to comment.