Skip to content

Commit

Permalink
Updated readme for npm and cleaned up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BencicAndrej committed Nov 15, 2018
1 parent 4120f95 commit 0edbbf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- checkout
- run: 'sed -i -e "s/\"version\": \".*\"/\"version\": \"$(echo $CIRCLE_TAG | cut -c 2-)\"/g" .npm/package.json'
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
- run: cp README.md .npm/README.md
- run: cd .npm && npm publish
workflows:
version: 2
Expand Down
4 changes: 2 additions & 2 deletions .npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tenderly",
"version": "0.0.12",
"version": "$VERSION",
"description": "Tenderly helps you observe your contracts in any environment.",
"main": "index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"bugs": {
"url": "https://github.com/Tenderly/tenderly-cli/issues"
},
"homepage": "https://github.com/Tenderly/tenderly-cli#readme",
"homepage": "https://tenderly.app/",
"dependencies": {
"go-npm": "^0.1.9"
},
Expand Down

0 comments on commit 0edbbf1

Please sign in to comment.