Skip to content

Commit 0d256ae

Browse files
author
Jeff
committed
add cross-env
1 parent 3995367 commit 0d256ae

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@vuepress/plugin-pwa": "^1.0.0-alpha.47",
1515
"@vuepress/plugin-register-components": "^1.0.0-alpha.47",
1616
"@vuepress/plugin-search": "^1.0.0-alpha.47",
17+
"cross-env": "^5.2.0",
1718
"fuse.js": "^3.4.4",
1819
"gh-pages": "^0.11.0",
1920
"node-sass": "^4.12.0",

docs/yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2352,6 +2352,14 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
23522352
safe-buffer "^5.0.1"
23532353
sha.js "^2.4.8"
23542354

2355+
cross-env@^5.2.0:
2356+
version "5.2.0"
2357+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.0.tgz#6ecd4c015d5773e614039ee529076669b9d126f2"
2358+
integrity sha512-jtdNFfFW1hB7sMhr/H6rW1Z45LFqyI431m3qU6bFXcQ3Eh7LtBuG3h74o7ohHZ3crrRkkqHlo4jYHFPcjroANg==
2359+
dependencies:
2360+
cross-spawn "^6.0.5"
2361+
is-windows "^1.0.0"
2362+
23552363
cross-spawn@^3.0.0:
23562364
version "3.0.1"
23572365
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982"
@@ -4402,7 +4410,7 @@ is-utf8@^0.2.0:
44024410
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
44034411
integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
44044412

4405-
is-windows@^1.0.2:
4413+
is-windows@^1.0.0, is-windows@^1.0.2:
44064414
version "1.0.2"
44074415
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
44084416
integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==

0 commit comments

Comments
 (0)