Merge pull request #1272 from ewnd9/toggle-plugin-lighthouse

chore(lighthouse): toggle private in package.json
This commit is contained in:
Patrik Oldsberg
2020-06-12 19:56:25 +02:00
committed by GitHub
+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",