This commit is contained in:
Florian Bouillon 2021-03-30 15:38:45 +02:00
parent c6436d0914
commit dd179edc2a

View File

@ -1,6 +1,6 @@
{ {
"name": "@dzeio/components", "name": "@dzeio/components",
"version": "0.6.2", "version": "0.6.3",
"license": "MIT", "license": "MIT",
"main": "./index.mjs", "main": "./index.mjs",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
@ -30,8 +30,8 @@
"react": "^17.0.1", "react": "^17.0.1",
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"react-feather": "^2.0.9", "react-feather": "^2.0.9",
"typescript": "^4.2.3", "stylus": "^0.54.8",
"stylus": "^0.54.8" "typescript": "^4.2.3"
}, },
"scripts": { "scripts": {
"dev": "rm -rf src/dzeio/**/*.js && start-storybook -p 6006", "dev": "rm -rf src/dzeio/**/*.js && start-storybook -p 6006",