Skip to content

Commit

Permalink
chore: cleanup package json
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Oct 4, 2022
1 parent c07736e commit 9c0894c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:

- name: Publish to npm
run: npm publish --access public
working-directory: npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5 changes: 0 additions & 5 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
},
"author": "Subash Adhikari <me@subash.com.au>",
"license": "MIT",
"goBinary": {
"name": "safebox",
"path": "./bin",
"url": "https://github.com/adikari/safebox/releases/download/v{{version}}/safebox_{{version}}_{{platform}}_{{arch}}.tar.gz"
},
"homepage": "https://github.com/adikari/safebox",
"dependencies": {
"request": "^2.88.2"
Expand Down

0 comments on commit 9c0894c

Please sign in to comment.