Skip to content

Commit 89ef4a1

Browse files
author
Sethen
committed
package.json tweaks
1 parent 41d0934 commit 89ef4a1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
{
22
"name": "markdown-include",
33
"version": "0.1.0",
4-
"author": "Sethen Maleno",
5-
"description": "markdown-include is built using Node.js and allows you to include markdown files into other markdown files using a C style include syntax",
4+
"description": "Include markdown files into other markdown files with C style syntax.",
65
"main": "markdown-include.js",
7-
"directories": {
8-
"doc": "docs"
9-
},
10-
"scripts": {
11-
"test": "node markdown-include.js"
12-
},
136
"repository": {
147
"type": "git",
158
"url": "https://github.com/sethen/markdown-include.git"
@@ -19,6 +12,7 @@
1912
"markdown",
2013
"include"
2114
],
15+
"author": "Sethen Maleno",
2216
"license": "ISC",
2317
"bugs": {
2418
"url": "https://github.com/sethen/markdown-include/issues"

0 commit comments

Comments
 (0)