chore(lighthouse): toggle private in package.json

This commit is contained in:
ewnd9
2020-06-12 19:42:58 +03:00
parent 9d28108cb8
commit a6b775540f
+1 -1
View File
@@ -5,7 +5,7 @@
"main:src": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",