Skip to content

Commit f21b93c

Browse files
committed
Update location of standard-version
1 parent 6f3c848 commit f21b93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"license": "MIT",
3-
"version": "1.1.4",
3+
"version": "1.1.3",
44
"name": "gatsby-remark-embed-gist",
55
"description": "Gatsby remark gists preprocessor",
66
"author": {
@@ -34,7 +34,7 @@
3434
"test": "jest",
3535
"test:verbose": "jest --verbose",
3636
"test:coverage": "jest --coverage --runInBand --no-cache",
37-
"release": "yarn run clean && yarn install && yarn run build && standard-version"
37+
"release": "yarn run clean && yarn install && yarn run build && ./node_modules/.bin/standard-version"
3838
},
3939
"devDependencies": {
4040
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)