Skip to content

Commit 5dbe85c

Browse files
committed
Add site info
1 parent ceb27e2 commit 5dbe85c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.1.3",
44
"description": "Fast and efficient large excel file writer",
55
"main": "dist/index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/slaveofcode/fastexcel.git"
9+
},
610
"scripts": {
711
"build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics",
812
"build-debug": "npm run build --",
@@ -22,5 +26,6 @@
2226
"writer",
2327
"streaming",
2428
"office"
25-
]
29+
],
30+
"homepage": "https://github.com/slaveofcode/fastexcel#readme"
2631
}

0 commit comments

Comments
 (0)