Skip to content

Commit

Permalink
registry changed, version reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
volovyks committed Jul 27, 2022
1 parent 20b58f0 commit 81afe48
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/js/package.json
@@ -1,14 +1,14 @@
{
"name": "near-workspaces",
"version": "3.0.0",
"version": "2.0.0",
"description": "Write tests in TypeScript/JavaScript to run in a controlled NEAR Sandbox local environment.",
"repository": {
"type": "git",
"url": "git@github.com:near/workspaces-js.git",
"directory": "packages/js"
},
"publishConfig": {
"registry": "https://www.npmjs.com/"
"registry": "https://registry.npmjs.org/"
},
"author": "Near Inc (team@near.org)",
"license": "(MIT AND Apache-2.0)",
Expand Down Expand Up @@ -54,5 +54,6 @@
},
"devDependencies": {
"@types/bs58": "^4.0.1"
}
},
"gitHead": "20b58f0acd60d76517479f3b295f4c7ab938061f"
}

0 comments on commit 81afe48

Please sign in to comment.