Skip to content

Commit d2d5cc4

Browse files
committed
Update package.json
1 parent ebc69d2 commit d2d5cc4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A Webpack loader for converting Markdown files to React components",
55
"main": "index.js",
66
"repository": "[email protected]:jsakas/markdown-to-react-loader.git",
7-
"author": "Jon Sakas <jon.sakas@beatport.com>",
7+
"author": "Jon Sakas <jon.sakas@gmail.com>",
88
"license": "MIT",
99
"dependencies": {
1010
"front-matter": "^2.1.2",
@@ -20,5 +20,11 @@
2020
},
2121
"scripts": {
2222
"test": "jest test"
23-
}
23+
},
24+
"keywords": [
25+
"markdown",
26+
"react",
27+
"webpack",
28+
"loader"
29+
]
2430
}

0 commit comments

Comments
 (0)