This commit is contained in:
Florian Bouillon 2021-03-29 12:48:16 +02:00
parent 07dd430ffa
commit 552f5b3dc6
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6

View File

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