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 d7d02e4 commit 69802e7Copy full SHA for 69802e7
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "md-to-json-converter",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "Converts your markdown files to a single json file so that you can use it as a static api.",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
+ "repository": "https://github.com/K-Sato1995/md-to-json-converter",
8
"scripts": {
9
"test": "jest",
10
"prepublish": "npm run build",
0 commit comments