Skip to content

Commit

Permalink
ci: fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Papirniy committed Jan 31, 2022
1 parent 2cabcae commit ea9ccd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "tatumio",
"version": "2.0.0-rc.6",
"license": "MIT",
"repository": "https://github.com/tatumio/tatum-js",
"scripts": {
"start": "nx serve",
"build": "nx affected:build",
Expand All @@ -17,10 +18,9 @@
"registry:start": "nxpm registry:start",
"registry:enable": "nxpm registry:enable",
"registry:disable": "nxpm registry:disable",
"registry:statum": "nxpm registry:status\n",
"registry:status": "nxpm registry:status",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@tatumio/bitcoincashjs2-lib": "^4.1.2",
"axios": "^0.24.0",
Expand Down

0 comments on commit ea9ccd9

Please sign in to comment.