Skip to content

Commit

Permalink
add missing dependency, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
9Morello committed Mar 11, 2024
1 parent 1e49946 commit e280aca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"license": "MIT",
"tags": ["javascript", "server", "extern", "http", "web"],
"description": "Experimental externs for Bun, a JavaScript runtime.",
"version": "0.0.1",
"version": "0.0.2",
"classPath": "src/",
"releasenote": "Initial release",
"releasenote": "fix missing dependency",
"contributors": ["gravityWall"],
"dependencies": { "result": "", "result-tools": "", "option-tools": "" }
"dependencies": { "result": "", "result-tools": "", "option-tools": "", "datetime": "" }
}

0 comments on commit e280aca

Please sign in to comment.