Skip to content

Commit d791cbb

Browse files
committed
Added some information
1 parent c06aeed commit d791cbb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"name": "gatsby-remark-classes",
33
"version": "0.1.0",
4-
"description": "",
4+
"description": "Automatically add class attributes to rendered markdown elements",
55
"main": "src/index.js",
6-
"keywords": ["gatsby"],
6+
"keywords": ["gatsby", "gatsby-plugin"],
77
"author": "Chris Greindl <[email protected]>",
88
"license": "MIT",
99
"dependencies": {
1010
"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"
1118
}
1219
}

0 commit comments

Comments
 (0)