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 ebc69d2 commit d2d5cc4Copy full SHA for d2d5cc4
package.json
@@ -4,7 +4,7 @@
4
"description": "A Webpack loader for converting Markdown files to React components",
5
"main": "index.js",
6
"repository": "[email protected]:jsakas/markdown-to-react-loader.git",
7
- "author": "Jon Sakas <jon.sakas@beatport.com>",
+ "author": "Jon Sakas <jon.sakas@gmail.com>",
8
"license": "MIT",
9
"dependencies": {
10
"front-matter": "^2.1.2",
@@ -20,5 +20,11 @@
20
},
21
"scripts": {
22
"test": "jest test"
23
- }
+ },
24
+ "keywords": [
25
+ "markdown",
26
+ "react",
27
+ "webpack",
28
+ "loader"
29
+ ]
30
}
0 commit comments