Skip to content

Commit d3c42e5

Browse files
committed
deps: Get whats-my-line as a tarball URL, not a git URL
Also update to a commit of whats-my-line where superstring is specified as a tarball URL, not a git URL. Otherwise, no changes. Just using a simpler format (tarballs), which are quicker to fetch and quicker to install than git URL dependencies, as well as being just a lot simpler to deal with under the hood.
1 parent e9ef22e commit d3c42e5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"underscore-plus": "1.7.0",
7676
"what-the-diff": "0.6.0",
7777
"what-the-status": "1.0.3",
78-
"whats-my-line": "https://github.com/pulsar-edit/whats-my-line#72c73c4b688f7ef8641bb8560554e686c1939953",
78+
"whats-my-line": "https://github.com/pulsar-edit/whats-my-line/archive/b4c56fd94be91c11c717d486b0ad229e7422e882.tar.gz",
7979
"yubikiri": "2.0.0"
8080
},
8181
"devDependencies": {

0 commit comments

Comments
 (0)