Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit df0d5d2

Browse files
committed
chore(package): fix scripts for Node 10.x on Windows
1 parent 67ec5e8 commit df0d5d2

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@
9999
"stringmap": "^0.2.2"
100100
},
101101
"dependencies": {},
102+
"resolutions": {
103+
"//1": "`natives@1.1.0` does not work with Node.js 10.x on Windows 10",
104+
"//2": "(E.g. see https://github.com/gulpjs/gulp/issues/2162.)",
105+
"natives": "1.1.3"
106+
},
102107
"commitplease": {
103108
"style": "angular",
104109
"nohook": true

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5706,10 +5706,10 @@ nanomatch@^1.2.9:
57065706
snapdragon "^0.8.1"
57075707
to-regex "^3.0.1"
57085708

5709-
natives@^1.1.0:
5710-
version "1.1.0"
5711-
resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.0.tgz#e9ff841418a6b2ec7a495e939984f78f163e6e31"
5712-
integrity sha1-6f+EFBimsux6SV6TmYT3jxY+bjE=
5709+
natives@1.1.3, natives@^1.1.0:
5710+
version "1.1.3"
5711+
resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.3.tgz#44a579be64507ea2d6ed1ca04a9415915cf75558"
5712+
integrity sha512-BZGSYV4YOLxzoTK73l0/s/0sH9l8SHs2ocReMH1f8JYSh5FUWu4ZrKCpJdRkWXV6HFR/pZDz7bwWOVAY07q77g==
57135713

57145714
natural-compare@^1.4.0:
57155715
version "1.4.0"

0 commit comments

Comments
 (0)