Skip to content

Commit

Permalink
chore(npm): update package jsons for lerna publish
Browse files Browse the repository at this point in the history
- publishConfig public
- peerDeps to use official release
- remove prepublishOnly from root package json
  • Loading branch information
snowypowers committed Sep 2, 2018
1 parent e15eb7b commit b6dcd59
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 4 additions & 1 deletion packages/neon-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"neo",
"antshares",
Expand Down Expand Up @@ -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/"
Expand Down
3 changes: 3 additions & 0 deletions packages/neon-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"neo",
"antshares",
Expand Down
3 changes: 3 additions & 0 deletions packages/neon-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"neo",
"antshares",
Expand Down
5 changes: 4 additions & 1 deletion packages/neon-nep5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"neo",
"antshares",
Expand Down Expand Up @@ -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/"
Expand Down

0 comments on commit b6dcd59

Please sign in to comment.