fix: set techdocs plugin to public (#1585)

This commit is contained in:
Bilawal Hameed
2020-07-10 16:41:05 +02:00
committed by GitHub
parent 03a71a5059
commit 2331be17c7
+1 -1
View File
@@ -4,7 +4,7 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",