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 6f3c848 commit f21b93cCopy full SHA for f21b93c
package.json
@@ -1,6 +1,6 @@
1
{
2
"license": "MIT",
3
- "version": "1.1.4",
+ "version": "1.1.3",
4
"name": "gatsby-remark-embed-gist",
5
"description": "Gatsby remark gists preprocessor",
6
"author": {
@@ -34,7 +34,7 @@
34
"test": "jest",
35
"test:verbose": "jest --verbose",
36
"test:coverage": "jest --coverage --runInBand --no-cache",
37
- "release": "yarn run clean && yarn install && yarn run build && standard-version"
+ "release": "yarn run clean && yarn install && yarn run build && ./node_modules/.bin/standard-version"
38
},
39
"devDependencies": {
40
"babel-cli": "^6.26.0",
0 commit comments