@hashicorp/mds-react 0.9.9 → 0.9.10
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/dist/package.json +1 -1
- package/package.json +2 -2
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashicorp/mds-react",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.10",
|
|
4
4
|
"description": "Materia Design System React components",
|
|
5
5
|
"author": "HashiCorp",
|
|
6
6
|
"license": "MPL-2.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"lint": "eslint",
|
|
78
78
|
"test": "vitest run",
|
|
79
79
|
"test:watch": "vitest watch",
|
|
80
|
-
"
|
|
80
|
+
"release": "npm publish --access public ./dist",
|
|
81
81
|
"prebuild-storybook": "cd ../mds-tokens && npm run build && cd ../mds-react",
|
|
82
82
|
"storybook": "storybook dev -p 6006",
|
|
83
83
|
"build-storybook": "npm run prebuild-storybook && storybook build"
|