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