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 011b174 commit b0c093bCopy full SHA for b0c093b
package.json
@@ -1,12 +1,15 @@
1
{
2
"name": "gridsome-plugin-netlify-cms-paths",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "Fix markdown image paths to work with NetlifyCMS",
5
"main": "index.js",
6
"repository": "https://github.com/tyrion/gridsome-plugin-netlify-cms-paths",
7
"author": "Germano Gabbianelli <git@germano.dev>",
8
"license": "MIT",
9
- "keywords": ["gridsome", "gridsome-plugin"],
+ "keywords": [
10
+ "gridsome",
11
+ "gridsome-plugin"
12
+ ],
13
"dependencies": {
14
"js-yaml": "^3.13.1"
15
}
0 commit comments