Skip to content

Commit

Permalink
fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Campbell authored and Cameron Campbell committed Aug 6, 2024
1 parent 4e21e58 commit 0660ddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "openblox",
"description": "Roblox API Wrapper For Both Classic And OpenCloud APIs.",
"type": "commonjs",
"version": "1.0.35",
"version": "1.0.36",
"license": "MIT",
"bugs": {
"url": "https://github.com/MightyPart/openblox/issues"
Expand Down Expand Up @@ -83,7 +83,8 @@
},
"dependencies": {
"lodash": "^4.17.21",
"parse-roblox-errors": "^1.1.10"
"parse-roblox-errors": "^1.1.10",
"typeforge": "^0.0.21"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
Expand All @@ -93,7 +94,6 @@
"tablemark": "^3.1.0",
"ts-arithmetic": "^0.1.1",
"ts-morph": "^22.0.0",
"typeforge": "^0.0.21",
"delete-cli": "^0.1.3"
},
"peerDependencies": {
Expand Down

0 comments on commit 0660ddf

Please sign in to comment.