Skip to content

Commit

Permalink
removed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
WardPearce committed Oct 3, 2021
1 parent 18650ce commit 5515730
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@
},
"homepage": "https://dathost.wardpearce.com/ts/docs",
"dependencies": {
"@types/cuint": "^0.2.1",
"axios": "^0.21.1",
"cuint": "^0.2.2",
"form-data": "^4.0.0",
"jest": "^27.0.4"
"form-data": "^4.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.23",
Expand All @@ -56,6 +54,8 @@
"ts-node": "^10.0.0",
"ts-node-register": "^1.0.0",
"typedoc": "^0.20.36",
"typescript": "^4.2.4"
"typescript": "^4.2.4",
"jest": "^27.0.4",
"@types/cuint": "^0.2.1"
}
}

0 comments on commit 5515730

Please sign in to comment.