We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777a93f commit 53d0373Copy full SHA for 53d0373
contract-ts/package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "coin_flip",
3
- "version": "1.0.0",
+ "version": "2.0.0",
4
"license": "(MIT AND Apache-2.0)",
5
"type": "module",
6
"scripts": {
7
"build": "near-sdk-js build src/contract.ts build/coin_flip.wasm",
8
"test": "$npm_execpath run build && ava -- ./build/coin_flip.wasm"
9
},
10
"dependencies": {
11
- "near-sdk-js": "1.0.0"
+ "near-sdk-js": "2.0.0"
12
13
"devDependencies": {
14
"ava": "^6.1.3",
0 commit comments