File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
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.
4
4
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
+
5
10
<a name =" 1.1.2 " ></a >
6
11
## [ 1.1.2] ( https://github.com/weirdpattern/gatsby-remark-embed-gist/compare/v1.1.1...v1.1.2 ) (2018-07-20)
7
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"license" : " MIT" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"name" : " gatsby-remark-embed-gist" ,
5
5
"description" : " Gatsby remark gists preprocessor" ,
6
6
"author" : {
26
26
" plugin"
27
27
],
28
28
"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" ,
31
31
"format" : " prettier --write ./{src,specs}/{,**}/*.js" ,
32
32
"lint" : " eslint ./{src,specs}/{,**}/*.js" ,
33
33
"precommit" : " lint-staged && npm test" ,
44
44
"babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
45
45
"babel-preset-env" : " ^1.7.0" ,
46
46
"babel-preset-react" : " ^6.24.1" ,
47
+ "cross-env" : " ^5.2.0" ,
47
48
"eslint" : " ^5.1.0" ,
48
49
"eslint-config-prettier" : " ^2.9.0" ,
49
50
"eslint-plugin-jest" : " ^21.18.0" ,
Original file line number Diff line number Diff line change @@ -1543,6 +1543,13 @@ cosmiconfig@^5.0.2:
1543
1543
js-yaml "^3.9.0"
1544
1544
parse-json "^4.0.0"
1545
1545
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
+
1546
1553
cross-spawn@^5.0.1 :
1547
1554
version "5.1.0"
1548
1555
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -2920,7 +2927,7 @@ is-whitespace-character@^1.0.0:
2920
2927
version "1.0.2"
2921
2928
resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.2.tgz#ede53b4c6f6fb3874533751ec9280d01928d03ed"
2922
2929
2923
- is-windows@^1.0.2 :
2930
+ is-windows@^1.0.0, is-windows@^1.0. 2 :
2924
2931
version "1.0.2"
2925
2932
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
2926
2933
You can’t perform that action at this time.
0 commit comments