add typings for old release

This commit is contained in:
Max Lynch 2016-09-22 13:36:04 -05:00
parent 2f20deacf2
commit b1ca6af2c3

View File

@ -7,7 +7,7 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"rxjs": "^5.0.0-beta.12" "rxjs": "^5.0.0-beta.6"
}, },
"devDependencies": { "devDependencies": {
"browserify": "^13.0.1", "browserify": "^13.0.1",
@ -67,6 +67,7 @@
"url": "https://github.com/driftyco/ionic-native/issues" "url": "https://github.com/driftyco/ionic-native/issues"
}, },
"homepage": "https://github.com/driftyco/ionic-native", "homepage": "https://github.com/driftyco/ionic-native",
"typings": "./dist/index.d.ts",
"config": { "config": {
"commitizen": { "commitizen": {
"path": "./node_modules/cz-conventional-changelog" "path": "./node_modules/cz-conventional-changelog"