Created
April 2, 2017 19:01
-
-
Save whymarrh/7ca3adbfc8f3bdeaed98bcf487d9c295 to your computer and use it in GitHub Desktop.
Fix the RxJS v4 type definitions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules/rx/{package.json.bak => package.json} | 1 + | |
1 file changed, 1 insertion(+) | |
diff --git a/node_modules/rx/package.json.bak b/node_modules/rx/package.json | |
index b4ce765..c7871af 100644 | |
--- a/node_modules/rx/package.json.bak | |
+++ b/node_modules/rx/package.json | |
@@ -113,5 +113,6 @@ | |
"test": "grunt" | |
}, | |
"title": "Reactive Extensions for JavaScript (RxJS)", | |
+ "types": "./ts/rx.all.es6.d.ts", | |
"version": "4.1.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment