This commit is contained in:
Florian Bouillon 2021-04-01 23:34:02 +02:00
parent 1488386e1d
commit 031971b859
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6

View File

@ -1,6 +1,6 @@
{ {
"name": "@dzeio/components", "name": "@dzeio/components",
"version": "0.8.0", "version": "0.8.1",
"license": "MIT", "license": "MIT",
"main": "./index.js", "main": "./index.js",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
@ -36,7 +36,7 @@
"typescript": "^4.2.3" "typescript": "^4.2.3"
}, },
"scripts": { "scripts": {
"dev": "rm -rf src/dzeio/**/*.js && start-storybook -p 6006", "dev": "rm -rf src/dzeio/**/*.js && start-storybook -s ./.storybook/public -p 6006",
"build": "rollup --config", "build": "rollup --config",
"prepublishOnly": "yarn build", "prepublishOnly": "yarn build",
"postinstall": "rollup --config" "postinstall": "rollup --config"