From 040d67bb97752ba12b89f17531ff2ae80e660c50 Mon Sep 17 00:00:00 2001 From: Louy Alakkad Date: Sat, 1 Oct 2016 22:07:15 +0100 Subject: [PATCH 1/2] Create node-rush.json (#805) * Create node-rush.json * Update node-rush.json --- npm/node-rush.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 npm/node-rush.json diff --git a/npm/node-rush.json b/npm/node-rush.json new file mode 100644 index 00000000..c4a4a8b7 --- /dev/null +++ b/npm/node-rush.json @@ -0,0 +1,5 @@ +{ + "versions": { + "0.10.0": "github:types/npm-node-rush#12c42b9f4c9bcc821279cc48ba4f39127648bee7" + } +} From becaef267389db8362fb6dc1d70f69187c27c57b Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Mon, 3 Oct 2016 11:59:19 -0700 Subject: [PATCH 2/2] Create es6-promise.json (#808) --- common/es6-promise.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 common/es6-promise.json diff --git a/common/es6-promise.json b/common/es6-promise.json new file mode 100644 index 00000000..c3546d7c --- /dev/null +++ b/common/es6-promise.json @@ -0,0 +1,5 @@ +{ + "versions": { + "4.0.0": "github:types/npm-es6-promise#fb04188767acfec1defd054fc8024fafa5cd4de7" + } +}