Commit Graph

5 Commits

Author SHA1 Message Date
Ben Newman
2b3509ef13 Go back to using a GitHub URL for meteor/readable-stream.
Unfortunately "file:files/readable-stream-2.3.3.tgz" didn't work, since
the published version of the package referred to /Users/ben/dev/node-stubs
rather than referring to the local .tgz file. I have to conclude from this
experience that file: dependencies are never supposed to be published.
2017-10-18 21:14:04 -04:00
Ben Newman
982f17fa5b Install readable-stream from a local .tgz instead of using git.
https://github.com/meteor/meteor/issues/9243
2017-10-18 19:30:45 -04:00
Ben Newman
3ef463646a Revert "Replace useless core-util-is module with empty stub."
This reverts commit 9ca5b27977.

This commit is no longer needed now that core-util-is is not used by any
dependencies (thanks to our fork of readable-stream).
2017-06-02 16:45:42 -04:00
Ben Newman
9ca5b27977 Replace useless core-util-is module with empty stub.
Loading this package triggers a ReferenceError if Buffer is not globally
defined. However, this package never uses Buffer.isBuffer, and in fact
none of this package's properties are ever used by any other packages in
meteor-node-stubs, so it seems safe to replace it with an empty stub.
2017-06-02 15:34:04 -04:00
Ben Newman
1727ebfb7b Move build-deps.js to scripts/ directory. 2017-06-02 15:33:46 -04:00