-
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.
Merge branch 'main' of github.com:emulsify-ds/emulsify-core into depe…
…ndabot/npm_and_yarn/semantic-release/release-notes-generator-14.0.0 * 'main' of github.com:emulsify-ds/emulsify-core: chore: change github-token key to token fix: paths to project files given new npm published structure feat: add npm details to package.json feat: adjust package.json details for npm publishing feat: refine available run commands
- Loading branch information
Showing
16 changed files
with
72 additions
and
58 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
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
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
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
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
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
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
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
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
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 +1 @@ | ||
import '../../../../components/style.scss'; | ||
import '../../../../../../components/style.scss'; |
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 +1 @@ | ||
import '../../../../../components/style.scss'; | ||
import '../../../../../../components/style.scss'; |
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
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
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
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.4", | ||
"description": "Storybook development + Webpack Build", | ||
"name": "@emulsify/core", | ||
"version": "1.1.1", | ||
"description": "Bundled tooling for Storybook development + Webpack Build", | ||
"keywords": [ | ||
"component library", | ||
"design system", | ||
|
@@ -11,12 +11,23 @@ | |
"styleguide" | ||
], | ||
"author": "Four Kitchens <[email protected]>", | ||
"license": "ISC", | ||
"license": "GPL-2.0", | ||
"engines": { | ||
"node": ">=20" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/emulsify-ds/emulsify-core.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/emulsify-ds/emulsify-core/issues" | ||
}, | ||
"homepage": "https://github.com/emulsify-ds/emulsify-core#readme", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"a11y": "npm run storybook-build && ./scripts/a11y.js -r", | ||
"build": "webpack --config ./config/webpack/webpack.prod.js", | ||
"coverage": "npm run test && open-cli .coverage/lcov-report/index.html", | ||
"develop": "concurrently --raw \"npm run webpack\" \"npm run storybook\"", | ||
"format": "npm run lint-fix; npm run prettier-fix", | ||
"husky:commit-msg": "commitlint --edit $1", | ||
"husky:pre-commit": "npm run lint", | ||
|
@@ -32,8 +43,7 @@ | |
"storybook-build": "storybook build -s ../../dist,../../assets/images,../../assets/icons,../../assets/videos -o .out", | ||
"storybook-deploy": "storybook-to-ghpages -o .out", | ||
"test": "jest --coverage --config ./config/jest.config.js", | ||
"twatch": "jest --no-coverage --watch --verbose", | ||
"webpack": "webpack --watch --config ./config/webpack/webpack.dev.js" | ||
"twatch": "jest --no-coverage --watch --verbose" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.24.0", | ||
|
File renamed without changes.