We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b618a4 commit 8825a25Copy full SHA for 8825a25
CHANGELOG.md
@@ -0,0 +1,11 @@
1
+# History
2
+
3
+| Version | Release date |
4
+|--------------------------|--------------|
5
+| [0.0.1](#001-2025-08-16) | August 2025 |
6
7
+# Release notes
8
9
+## 0.0.1 (2025-08-16)
10
11
+Initial commit
package.json
@@ -20,5 +20,10 @@
20
"peerDependencies": {
21
"typescript": "^5"
22
},
23
- "license": "MIT"
+ "license": "MIT",
24
+ "homepage": "https://github.com/socketio/bun-engine#readme",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git+https://github.com/socketio/bun-engine.git"
28
+ }
29
}
0 commit comments