Skip to content

Commit

Permalink
Merge pull request #23 from fospring/chore/near-sdk-js-2.0.0
Browse files Browse the repository at this point in the history
chore: update near-sdk-js version
  • Loading branch information
flmel authored Jun 19, 2024
2 parents 777a93f + 53d0373 commit 95262cd
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": "coin_flip",
"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/coin_flip.wasm",
"test": "$npm_execpath run build && ava -- ./build/coin_flip.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 95262cd

Please sign in to comment.