@pipsend/charts 0.0.9 → 0.0.11
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/pipsend-charts.development.mjs +2 -2
- package/dist/pipsend-charts.production.mjs +2 -2
- package/dist/pipsend-charts.standalone.development.js +2 -2
- package/dist/pipsend-charts.standalone.development.mjs +2 -2
- package/dist/pipsend-charts.standalone.production.js +2 -2
- package/dist/pipsend-charts.standalone.production.mjs +2 -2
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"name": "@pipsend/charts",
|
|
5
5
|
"author": "Pipsend",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -109,7 +109,6 @@
|
|
|
109
109
|
"yargs": "17.7.2"
|
|
110
110
|
},
|
|
111
111
|
"scripts": {
|
|
112
|
-
"postinstall": "npm run install-hooks",
|
|
113
112
|
"install-hooks": "node scripts/githooks/install.js",
|
|
114
113
|
"clean": "rimraf lib/ dist/",
|
|
115
114
|
"bundle-dts": "dts-bundle-generator --config dts-config.json",
|