@dismissible/react-client 0.3.2-canary.2.371afda → 0.3.2-canary.3.8322818
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dismissible/react-client",
|
|
3
|
-
"version": "0.3.2-canary.
|
|
3
|
+
"version": "0.3.2-canary.3.8322818",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"commit": "cz",
|
|
26
26
|
"commitlint": "commitlint --from HEAD~1 --to HEAD --verbose",
|
|
27
27
|
"lint": "eslint \"{.storybook,src,test}/**/*.{ts,tsx}\" --fix",
|
|
28
|
-
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
28
|
+
"format": "prettier --write \"src/**/*.{ts,tsx}\" \".github/**/*.{yaml,yml}\"",
|
|
29
29
|
"preview": "vite preview",
|
|
30
30
|
"release": "semantic-release",
|
|
31
31
|
"test": "vitest run --config vitest.config.ts",
|