Skip to content

Commit

Permalink
chore-issue-390: update dep of rerelease 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fospring committed Jun 2, 2024
1 parent 36fd552 commit 471d9e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "template",
"version": "1.0.0",
"version": "2.0.0",
"description": "Contract template with near-sdk-js",
"main": "index.js",
"type": "module",
Expand All @@ -17,12 +17,12 @@
"author": "Near Inc <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"near-sdk-js": "^1.0.0",
"near-sdk-js": "2.0.0",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"ava": "^4.2.0",
"near-workspaces": "^3.3.0",
"near-workspaces": "^3.5.0",
"near-cli": "^4.0.13"
}
}

0 comments on commit 471d9e3

Please sign in to comment.