diff --git a/packages/connector-core/package.json b/packages/connector-core/package.json index a6c05ac99..f5467aabd 100644 --- a/packages/connector-core/package.json +++ b/packages/connector-core/package.json @@ -5,7 +5,7 @@ "exports": "./lib/index.js", "typings": "./lib/index.d.ts", "author": "Silverhand Inc. ", - "license": "MPL-2.0", + "license": "MIT", "files": [ "lib" ], @@ -37,5 +37,8 @@ "eslintConfig": { "extends": "@silverhand" }, - "prettier": "@silverhand/eslint-config/.prettierrc" + "prettier": "@silverhand/eslint-config/.prettierrc", + "publishConfig": { + "access": "public" + } } diff --git a/packages/shared/package.json b/packages/shared/package.json index d9438816c..b43aed545 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -3,13 +3,12 @@ "version": "1.0.0-beta.5", "main": "lib/index.js", "author": "Silverhand Inc. ", - "license": "MPL-2.0", + "license": "MIT", "files": [ "declaration", "lib", "scss" ], - "private": true, "scripts": { "precommit": "lint-staged", "build": "rm -rf lib/ && tsc -p tsconfig.build.json", @@ -47,5 +46,8 @@ "stylelint": { "extends": "@silverhand/eslint-config-react/.stylelintrc" }, - "prettier": "@silverhand/eslint-config/.prettierrc" + "prettier": "@silverhand/eslint-config/.prettierrc", + "publishConfig": { + "access": "public" + } }