We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a629812 commit df87da1Copy full SHA for df87da1
typescript/package.json
@@ -2,7 +2,10 @@
2
"name": "bufferfish",
3
"version": "0.1.0",
4
"description": "Binary message utility library for Rust and TypeScript interop.",
5
- "repository": "https://github.com/robertwayne/bufferfish",
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/robertwayne/bufferfish.git"
8
+ },
9
"author": "Rob Wagner <[email protected]>",
10
"license": "(MIT OR Apache-2.0)",
11
"main": "./src/bufferfish.ts",
0 commit comments