mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Use git+https: protocol for Windows developers who don't have git.exe.
This commit is contained in:
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user