mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-24 08:19:20 +00:00
0.2.0
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user