Skip to content

Commit 95262cd

Browse files
authored
Merge pull request #23 from fospring/chore/near-sdk-js-2.0.0
chore: update near-sdk-js version
2 parents 777a93f + 53d0373 commit 95262cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contract-ts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "coin_flip",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"license": "(MIT AND Apache-2.0)",
55
"type": "module",
66
"scripts": {
77
"build": "near-sdk-js build src/contract.ts build/coin_flip.wasm",
88
"test": "$npm_execpath run build && ava -- ./build/coin_flip.wasm"
99
},
1010
"dependencies": {
11-
"near-sdk-js": "1.0.0"
11+
"near-sdk-js": "2.0.0"
1212
},
1313
"devDependencies": {
1414
"ava": "^6.1.3",

0 commit comments

Comments
 (0)