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 c06aeed commit d791cbbCopy full SHA for d791cbb
package.json
@@ -1,12 +1,19 @@
1
{
2
"name": "gatsby-remark-classes",
3
"version": "0.1.0",
4
- "description": "",
+ "description": "Automatically add class attributes to rendered markdown elements",
5
"main": "src/index.js",
6
- "keywords": ["gatsby"],
+ "keywords": ["gatsby", "gatsby-plugin"],
7
"author": "Chris Greindl <[email protected]>",
8
"license": "MIT",
9
"dependencies": {
10
"unist-util-visit": "^1.4.0"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/chrisg86/gatsby-remark-classes"
15
16
+ "bugs": {
17
+ "url": "https://github.com/chrisg86/gatsby-remark-classes/issues"
18
}
19
0 commit comments