release: make almost all packages public

This commit is contained in:
Fredrik Adelöw
2020-06-17 15:23:00 +02:00
parent 6326d0d6a8
commit aa2916e5b8
14 changed files with 23 additions and 20 deletions
+2 -2
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.cjs.js",
@@ -50,6 +50,6 @@
"jest-fetch-mock": "^3.0.3"
},
"files": [
"dist"
"dist/**/*.{js,d.ts}"
]
}