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 22
33All 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
Original file line number Diff line number Diff line change 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" : {
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" ,
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" ,
Original file line number Diff line number Diff 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+
15461553cross-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
You can’t perform that action at this time.
0 commit comments