diff --git a/package.json b/package.json index c8fdccd..43193e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-aptor", "version": "1.3.1", - "private": false, + "private": true, "description": "React API connector", "keywords": [ "api", @@ -45,7 +45,7 @@ "postbuild": "yarn copy", "precopy": "shx cp -r dist/src/* dist/esm && shx cp -r dist/src/* dist && shx rm -rf dist/src && shx rm -rf dist/{src,tests}", "copy": "concurrently -m 8 'yarn:copy:*'", - "copy:package-json": "shx cp package.json dist && json -I -f dist/package.json -e 'this.devDependencies=undefined; this.scripts=undefined; this.publishConfig=undefined'", + "copy:package-json": "shx cp package.json dist && json -I -f dist/package.json -e 'this.private=false; this.devDependencies=undefined; this.scripts=undefined; this.publishConfig=undefined'", "copy:static-content": "shx cp README.md LICENSE dist", "eslint": "eslint --fix '*.{js,json}' '{src,tests}/**/*.{ts,tsx}'", "eslint:ci": "eslint '*.{js,json}' '{src,tests}/**/*.{ts,tsx}'",