Skip to content

Commit 2cbc99f

Browse files
committed
hopefully fix yarn global install errors
1 parent 5f523b5 commit 2cbc99f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
"bin": {
2020
"gtt": "src/gtt.js"
2121
},
22-
"files": [
23-
"src/*"
24-
],
2522
"engines": {
2623
"node": ">=6.11"
2724
},
@@ -42,7 +39,7 @@
4239
"cli-cursor": "^2.1.0",
4340
"cli-table": "^0.3.1",
4441
"colors": "^1.3.1",
45-
"commander": "^2.16.0",
42+
"commander": "kriskbx/commander.js",
4643
"csv-string": "^2.3.2",
4744
"find-in-files": "^0.4.0",
4845
"hash-sum": "^1.0.2",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,9 @@ commander@^2.14.1:
463463
version "2.17.1"
464464
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
465465

466-
commander@^2.16.0:
466+
commander@kriskbx/commander.js:
467467
version "2.19.0"
468-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
468+
resolved "https://codeload.github.com/kriskbx/commander.js/tar.gz/2275da95973c27e40e13a4195768947aa39672d0"
469469

470470
commander@~2.14.1:
471471
version "2.14.1"

0 commit comments

Comments
 (0)