Skip to content

Commit 0440a61

Browse files
committed
made pkg public
1 parent 21c09e0 commit 0440a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"umd:main": "dist/umd/index.js",
88
"types": "dist/types/index.d.js",
99
"scripts": {
10-
"postinstall": "husky install",
10+
"_postinstall": "husky install",
1111
"prepublishOnly": "pinst --disable",
1212
"postpublish": "pinst --enable",
1313
"build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
@@ -23,7 +23,7 @@
2323
"addscope": "node tools/packagejson name @gamechanger-finance/unimatrix",
2424
"docs": "rm -rf docs/ && typedoc"
2525
},
26-
"private": true,
26+
"private": false,
2727
"files": [
2828
"dist"
2929
],

0 commit comments

Comments
 (0)