Skip to content

Commit 6f3c848

Browse files
committed
Release 1.1.3
1 parent bdbcde9 commit 6f3c848

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.1.4"></a>
6+
## [1.1.4](https://github.com/weirdpattern/gatsby-remark-embed-gist/compare/v1.1.2...v1.1.4) (2018-10-08)
7+
8+
9+
510
<a name="1.1.2"></a>
611
## [1.1.2](https://github.com/weirdpattern/gatsby-remark-embed-gist/compare/v1.1.1...v1.1.2) (2018-07-20)
712

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"license": "MIT",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"name": "gatsby-remark-embed-gist",
55
"description": "Gatsby remark gists preprocessor",
66
"author": {
@@ -26,8 +26,8 @@
2626
"plugin"
2727
],
2828
"scripts": {
29-
"build": "BABEL_ENV=production babel src --out-dir .",
30-
"clean": "rimraf node_modules",
29+
"build": "cross-env BABEL_ENV=production babel src --out-dir .",
30+
"clean": "rimraf ./node_modules",
3131
"format": "prettier --write ./{src,specs}/{,**}/*.js",
3232
"lint": "eslint ./{src,specs}/{,**}/*.js",
3333
"precommit": "lint-staged && npm test",
@@ -44,6 +44,7 @@
4444
"babel-plugin-transform-object-rest-spread": "^6.26.0",
4545
"babel-preset-env": "^1.7.0",
4646
"babel-preset-react": "^6.24.1",
47+
"cross-env": "^5.2.0",
4748
"eslint": "^5.1.0",
4849
"eslint-config-prettier": "^2.9.0",
4950
"eslint-plugin-jest": "^21.18.0",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,6 +1543,13 @@ cosmiconfig@^5.0.2:
15431543
js-yaml "^3.9.0"
15441544
parse-json "^4.0.0"
15451545

1546+
cross-env@^5.2.0:
1547+
version "5.2.0"
1548+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.0.tgz#6ecd4c015d5773e614039ee529076669b9d126f2"
1549+
dependencies:
1550+
cross-spawn "^6.0.5"
1551+
is-windows "^1.0.0"
1552+
15461553
cross-spawn@^5.0.1:
15471554
version "5.1.0"
15481555
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -2920,7 +2927,7 @@ is-whitespace-character@^1.0.0:
29202927
version "1.0.2"
29212928
resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.2.tgz#ede53b4c6f6fb3874533751ec9280d01928d03ed"
29222929

2923-
is-windows@^1.0.2:
2930+
is-windows@^1.0.0, is-windows@^1.0.2:
29242931
version "1.0.2"
29252932
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
29262933

0 commit comments

Comments
 (0)