Use git+https: protocol for Windows developers who don't have git.exe.

This commit is contained in:
Ben Newman
2017-06-02 16:24:09 -04:00
parent 2feb096fc9
commit 8a1cf8cafb
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "meteor-node-stubs",
"version": "0.2.8",
"version": "0.2.9",
"dependencies": {
"asn1.js": {
"version": "4.9.0",
@@ -303,8 +303,8 @@
},
"readable-stream": {
"version": "2.2.10",
"from": "git://github.com/meteor/readable-stream.git",
"resolved": "git://github.com/meteor/readable-stream.git#2e9112d7d31a2af6e0682db0e18679b1e5fd4694"
"from": "git+https://github.com/meteor/readable-stream.git",
"resolved": "git+https://github.com/meteor/readable-stream.git#2e9112d7d31a2af6e0682db0e18679b1e5fd4694"
},
"rimraf": {
"version": "2.6.1",

View File

@@ -25,7 +25,7 @@
"process": "^0.11.9",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"readable-stream": "git://github.com/meteor/readable-stream.git",
"readable-stream": "git+https://github.com/meteor/readable-stream.git",
"stream-browserify": "^2.0.1",
"string_decoder": "^1.0.1",
"timers-browserify": "^1.4.2",