Skip to content

Commit

Permalink
fix: updated sandbox-ts version
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Jan 24, 2024
1 parent 1db58aa commit 25a5fb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions templates/contracts/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "hello_near",
"version": "1.0.0",
"license": "(MIT AND Apache-2.0)",
"engines": {
"node": "16.x"
},
"type": "module",
"scripts": {
"build": "near-sdk-js build src/contract.ts build/hello_near.wasm",
Expand Down
5 changes: 1 addition & 4 deletions templates/sandbox-tests/sandbox-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
"name": "ava-testing",
"version": "1.0.0",
"license": "(MIT AND Apache-2.0)",
"engines": {
"node": "16.x"
},
"scripts": {
"test": "ava"
},
"devDependencies": {
"@types/bn.js": "^5.1.4",
"@types/node": "^20.8.10",
"ava": "^5.3.1",
"near-workspaces": "^3.3.0",
"near-workspaces": "^3.4.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down

0 comments on commit 25a5fb4

Please sign in to comment.