mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-20 14:39:18 +00:00
12
.npmignore
12
.npmignore
@ -1,13 +1,13 @@
|
|||||||
.github/
|
.github/
|
||||||
src/
|
|
||||||
README.md
|
|
||||||
tsconfig.json
|
|
||||||
vite.config.js
|
|
||||||
.storybook/
|
.storybook/
|
||||||
node_modules/
|
node_modules/
|
||||||
*.stories.js
|
src/
|
||||||
.editorconfig
|
.editorconfig
|
||||||
.gitattributes
|
.gitattributes
|
||||||
.gitignore
|
.gitignore
|
||||||
.npmignore
|
.npmignore
|
||||||
*.tgz
|
LICENSE
|
||||||
|
vite.config.js
|
||||||
|
package-lock.json
|
||||||
|
tsconfig.json
|
||||||
|
README.md
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@dzeio/components",
|
"name": "@dzeio/components",
|
||||||
"version": "1.0.0-alpha.17",
|
"version": "1.0.0-beta.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./index.umd.js",
|
"main": "./index.umd.js",
|
||||||
"module": "./index.es.js",
|
"module": "./index.es.js",
|
||||||
|
Reference in New Issue
Block a user