@undp/data-viz 0.0.59 → 0.0.61
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/index.cjs +1 -1
- package/dist/index.js +3 -1
- package/dist/index.umd.js +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@undp/data-viz",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.61",
|
|
4
4
|
"main": "./dist/index.cjs",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"browser": "./dist/index.umd.js",
|
|
@@ -44,7 +44,9 @@
|
|
|
44
44
|
"preview": "vite preview",
|
|
45
45
|
"storybook": "storybook dev -p 6006",
|
|
46
46
|
"build-storybook": "storybook build",
|
|
47
|
-
"clean": "rimraf node_modules && rimraf dist && rimraf package-lock.json"
|
|
47
|
+
"clean": "rimraf node_modules && rimraf dist && rimraf package-lock.json",
|
|
48
|
+
"install:build": "npm install && tsc && vite build",
|
|
49
|
+
"install:build:publish": "npm install && tsc && vite build && npm publish"
|
|
48
50
|
},
|
|
49
51
|
"keywords": [
|
|
50
52
|
"UNDP",
|