diff --git a/package.json b/package.json index b27cf2f18..93fd730f6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "dist": "lerna run dist", "lint": "tslint packages/**/src/**/*.ts packages/**/__tests__/**/*.ts packages/**/__integration__/**/*.ts", "precommit": "yarn lint && yarn pretty", - "prepublishOnly": "yarn clean && yarn build && yarn dist", "prestart": "yarn build && yarn dist", "pretty": "prettier --write --loglevel=warn \"**/{src,__{tests,integration}__}/**/*.ts\"", "start": "jest --watch", diff --git a/packages/neon-api/package.json b/packages/neon-api/package.json index 68e469c09..d2f315672 100644 --- a/packages/neon-api/package.json +++ b/packages/neon-api/package.json @@ -6,6 +6,9 @@ "type": "git", "url": "git+https://github.com/CityOfZion/neon-js.git" }, + "publishConfig": { + "access": "public" + }, "keywords": [ "neo", "antshares", @@ -44,7 +47,7 @@ "axios": "^0.18.0" }, "peerDependencies": { - "@cityofzion/neon-core": "^4.0.0-next.1" + "@cityofzion/neon-core": "^4.0.0" }, "files": [ "lib/" diff --git a/packages/neon-core/package.json b/packages/neon-core/package.json index 58868b3a7..9b09f90ae 100644 --- a/packages/neon-core/package.json +++ b/packages/neon-core/package.json @@ -6,6 +6,9 @@ "type": "git", "url": "git+https://github.com/CityOfZion/neon-js.git" }, + "publishConfig": { + "access": "public" + }, "keywords": [ "neo", "antshares", diff --git a/packages/neon-js/package.json b/packages/neon-js/package.json index 9fc334518..8a9d573cb 100644 --- a/packages/neon-js/package.json +++ b/packages/neon-js/package.json @@ -6,6 +6,9 @@ "type": "git", "url": "git+https://github.com/CityOfZion/neon-js.git" }, + "publishConfig": { + "access": "public" + }, "keywords": [ "neo", "antshares", diff --git a/packages/neon-nep5/package.json b/packages/neon-nep5/package.json index 2ec4cccfc..5e93ae7c3 100644 --- a/packages/neon-nep5/package.json +++ b/packages/neon-nep5/package.json @@ -6,6 +6,9 @@ "type": "git", "url": "git+https://github.com/CityOfZion/neon-js.git" }, + "publishConfig": { + "access": "public" + }, "keywords": [ "neo", "antshares", @@ -40,7 +43,7 @@ "typescript": "^3.0.1" }, "peerDependencies": { - "@cityofzion/neon-core": "^4.0.0-next.0" + "@cityofzion/neon-core": "^4.0.0" }, "files": [ "lib/"