Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-02-23 14:06:55 +01:00
parent 2013f0bf41
commit d80fda2589
25 changed files with 654 additions and 404 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/components",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"main": "./index.js",
"module": "./module/index.js",
@ -44,7 +44,7 @@
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build": "tsc || rollup --config",
"build": "tsc && rollup --config",
"prepublishOnly": "yarn build"
}
}