We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c09e0 commit 0440a61Copy full SHA for 0440a61
package.json
@@ -7,7 +7,7 @@
7
"umd:main": "dist/umd/index.js",
8
"types": "dist/types/index.d.js",
9
"scripts": {
10
- "postinstall": "husky install",
+ "_postinstall": "husky install",
11
"prepublishOnly": "pinst --disable",
12
"postpublish": "pinst --enable",
13
"build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
@@ -23,7 +23,7 @@
23
"addscope": "node tools/packagejson name @gamechanger-finance/unimatrix",
24
"docs": "rm -rf docs/ && typedoc"
25
},
26
- "private": true,
+ "private": false,
27
"files": [
28
"dist"
29
],
0 commit comments