Skip to content

Commit

Permalink
remove lock files (not needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed May 7, 2024
1 parent b10b7cd commit f9af3f8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 38 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
node_modules
.DS_Store
eosc-vault.json
bun.lockdb
package-lock.json
yarn.lock

# Prerequisites
*.d
Expand Down
Binary file removed bun.lockb
Binary file not shown.
40 changes: 6 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
"test": "bun test"
},
"dependencies": {
"@eosnetwork/vert": "^1.0.0",
"@wharfkit/antelope": "^1.0.7",
"@wharfkit/contract": "^1.1.5"
"@eosnetwork/vert": "^1",
"@wharfkit/antelope": "^1"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.3.3"
"typescript": "latest"
}
}

0 comments on commit f9af3f8

Please sign in to comment.