@shuriken-ui/tailwind 1.5.3 → 2.0.0-next.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "1.5.3",
3
+ "version": "2.0.0-next.0",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",
@@ -49,7 +49,7 @@
49
49
  "scripts": {
50
50
  "dev": "storybook dev -p 6006",
51
51
  "build": "unbuild",
52
- "build:storybook": "storybook build",
52
+ "build-storybook": "storybook build",
53
53
  "lint": "run-s lint:eslint:fix lint:prettier:fix",
54
54
  "lint:prettier": "prettier --check \"./**/*.(ts|css|scss|md)\"",
55
55
  "lint:prettier:fix": "prettier --write \"./**/*.(ts|css|scss|md)\"",
@@ -85,6 +85,7 @@
85
85
  "@vitest/coverage-v8": "^0.34.6",
86
86
  "@vitest/ui": "^0.34.6",
87
87
  "autoprefixer": "^10.4.16",
88
+ "chromatic": "^10.0.0",
88
89
  "commitlint": "^18.4.1",
89
90
  "eslint": "8.53.0",
90
91
  "eslint-config-prettier": "9.0.0",