Skip to content

Commit 69802e7

Browse files
committed
Add repo to packagejson
1 parent d7d02e4 commit 69802e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "md-to-json-converter",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Converts your markdown files to a single json file so that you can use it as a static api.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"repository": "https://github.com/K-Sato1995/md-to-json-converter",
78
"scripts": {
89
"test": "jest",
910
"prepublish": "npm run build",

0 commit comments

Comments
 (0)