Skip to content

Commit 7a11fa5

Browse files
committed
update package name
1 parent 43c0606 commit 7a11fa5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
- name: Checkout
3838
uses: actions/checkout@v2
3939

40-
- name: Install dependencies
41-
run: yarn install
42-
4340
- name: NPM login
4441
# NPM doesn't understand env vars and needs auth file lol
4542
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tornado-cash-anonymity-mining",
2+
"name": "tornado-anonymity-mining",
33
"version": "1.0.0",
44
"main": "index.js",
55
"repository": "https://github.com/tornadocash/tornado-anonymity-mining.git",

0 commit comments

Comments
 (0)