Skip to content

Commit f86ff91

Browse files
committed
update plugin metadata and bump dependency versions
1 parent 3f3fd8c commit f86ff91

File tree

2 files changed

+56
-80
lines changed

2 files changed

+56
-80
lines changed

package-lock.json

Lines changed: 50 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "gatsby-remark-classes",
3-
"version": "1.0.2",
2+
"name": "@bulletlogic/gatsby-remark-classes",
3+
"version": "1.0.3",
44
"description": "Automatically add class attributes to rendered markdown elements",
55
"main": "index.js",
66
"keywords": [
@@ -10,16 +10,16 @@
1010
"author": "Chris Greindl <[email protected]>",
1111
"license": "MIT",
1212
"dependencies": {
13-
"unist-util-select": "^2.0.2"
13+
"unist-util-select": "^4.0.3"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/chrisg86/gatsby-remark-classes"
17+
"url": "https://github.com/bulletlogic/gatsby-remark-classes"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/chrisg86/gatsby-remark-classes/issues"
20+
"url": "https://github.com/bulletlogic/gatsby-remark-classes/issues"
2121
},
2222
"devDependencies": {
23-
"nth-check": "^2.0.1"
23+
"nth-check": "^2.1.1"
2424
}
2525
}

0 commit comments

Comments
 (0)