Skip to content

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
poma committed Dec 15, 2020
1 parent 43c0606 commit 7a11fa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install dependencies
run: yarn install

- name: NPM login
# NPM doesn't understand env vars and needs auth file lol
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tornado-cash-anonymity-mining",
"name": "tornado-anonymity-mining",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/tornadocash/tornado-anonymity-mining.git",
Expand Down

0 comments on commit 7a11fa5

Please sign in to comment.