From b1ca6af2c3a16f789b24a7242a909e66aea711e8 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Thu, 22 Sep 2016 13:36:04 -0500 Subject: [PATCH] add typings for old release --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 40fe25038..fa7ca9a6a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dist" ], "dependencies": { - "rxjs": "^5.0.0-beta.12" + "rxjs": "^5.0.0-beta.6" }, "devDependencies": { "browserify": "^13.0.1", @@ -67,6 +67,7 @@ "url": "https://github.com/driftyco/ionic-native/issues" }, "homepage": "https://github.com/driftyco/ionic-native", + "typings": "./dist/index.d.ts", "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog"