This commit is contained in:
Florian Bouillon 2021-03-29 13:32:26 +02:00
parent 552f5b3dc6
commit 3d2fb93d72
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6

View File

@ -1,9 +1,8 @@
{
"name": "@dzeio/components",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"main": "./index.js",
"module": "./src/index.js",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"devDependencies": {
"@babel/core": "^7.12.16",
@ -40,7 +39,7 @@
"scripts": {
"storybook": "rm -rf src/dzeio/**/*.js && start-storybook -p 6006",
"build-storybook": "build-storybook",
"build": "tsc && rollup --config",
"build": "tsc",
"prepublishOnly": "yarn build"
}
}