Skip to content

Commit

Permalink
feat: Link to wikilink plugin github repo
Browse files Browse the repository at this point in the history
feat because it'd be nice to have this link in the npm docs too
  • Loading branch information
idmyn committed May 11, 2022
1 parent 4a99303 commit 092acda
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Usage

You'll want to load this plugin after a remark wikilinks plugin like
`@idmyn/gatsby-remark-wiki-link`
[@idmyn/gatsby-remark-wiki-link](https://github.com/idmyn/gatsby-remark-wiki-link)

``` javascript
// gatsby-config.js
Expand Down
27 changes: 12 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "@idmyn/gatsby-remark-backlinks",
"description": "A gatsby plugin to surface backlinks for wikilinks",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"gatsby",
"remark",
"remark-plugin",
"markdown",
"wiki"
],
"release": {
"branches": [
"main"
Expand All @@ -10,27 +17,17 @@
"publishConfig": {
"access": "public"
},
"keywords": [
"gatsby",
"remark",
"remark-plugin",
"markdown",
"wiki"
"files": [
"dist",
"gatsby-*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/idmyn/gatsby-remark-backlinks.git"
},
"repository": "https://github.com/idmyn/gatsby-remark-backlinks",
"license": "MIT",
"author": {
"name": "David Mynors",
"email": "hello@davidmyno.rs",
"url": "https://davidmyno.rs"
},
"files": [
"dist",
"gatsby-*"
],
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
Expand Down

0 comments on commit 092acda

Please sign in to comment.