Skip to content

Commit

Permalink
deps: Specify superstring as a tarball URL, not a git URL
Browse files Browse the repository at this point in the history
Tarballs are the simpler format for package managers to handle.

Git URLs are cloned into a temp dir, installed there,
then the result is copied. Tarballs are simply fetched and extracted.

For performance and simplicity, tarballs should be preferred over
git URLs where possible.
  • Loading branch information
DeeDeeG committed Nov 10, 2023
1 parent b828ad0 commit b4c56fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"dugite": "^2.1.0",
"superstring": "https://github.com/pulsar-edit/superstring#c2ff062317362363eae7d392cd78aef4fcc8b9f8",
"superstring": "https://github.com/pulsar-edit/superstring/archive/c2ff062317362363eae7d392cd78aef4fcc8b9f8.tar.gz",
"what-the-diff": "^0.6.0"
}
}

0 comments on commit b4c56fd

Please sign in to comment.