-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adjust package.json details for npm publishing
- Loading branch information
Callin Mullaney
committed
Jun 7, 2024
1 parent
317024c
commit c0f3af5
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
File renamed without changes.