Skip to content

Commit 43f1190

Browse files
committed
Add repository field to package.json
1 parent df52ded commit 43f1190

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crdtmap",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"main": "./dist/crdtmap.cjs",
66
"scripts": {
@@ -18,5 +18,9 @@
1818
},
1919
"dependencies": {
2020
"lib0": "^0.2.42"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/hesselbom/crdtmap"
2125
}
2226
}

0 commit comments

Comments
 (0)