Skip to content

Commit

Permalink
test_package v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed Sep 14, 2024
1 parent 718b8f0 commit 45f7511
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"jest": "^29.5.0",
"path-browserify": "^1.0.1",
"prettier": "^3.0.3",
"tealscript_test_package": "^0.1.0",
"tealscript_test_package": "^0.2.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
Expand Down
8 changes: 1 addition & 7 deletions tests/test_package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@
"name": "tealscript_test_package",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"version": "0.1.0"
"version": "0.2.0"
}

0 comments on commit 45f7511

Please sign in to comment.