Skip to content

Commit

Permalink
chore: update near-sdk-js version
Browse files Browse the repository at this point in the history
  • Loading branch information
fospring committed Jun 2, 2024
1 parent 2ea87d1 commit 534f2f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contract-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "donation",
"version": "1.0.0",
"version": "2.0.0",
"license": "(MIT AND Apache-2.0)",
"type": "module",
"scripts": {
"build": "near-sdk-js build src/contract.ts build/donation.wasm",
"test": "$npm_execpath run build && ava -- ./build/donation.wasm"
},
"dependencies": {
"near-sdk-js": "1.0.0"
"near-sdk-js": "2.0.0"
},
"devDependencies": {
"ava": "^6.1.3",
Expand Down

0 comments on commit 534f2f4

Please sign in to comment.