From 1945449627684a89bc67d9f1c9288d61077fb91e Mon Sep 17 00:00:00 2001 From: ezolenko Date: Wed, 31 May 2017 22:18:30 -0600 Subject: [PATCH] - setting types in package and updating dependencies --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 93af8f1..4550291 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "dist/rollup-plugin-typescript2.cjs.js", "module": "dist/rollup-plugin-typescript2.es.js", "jsnext:main": "dist/rollup-plugin-typescript2.es.js", + "types": "dist/index.d.ts", "files": [ "dist", "src" @@ -49,8 +50,8 @@ "rollup-plugin-typescript2": "^0.4.2", "rollup-watch": "^3.2.2", "tslib": "^1.7.1", - "tslint": "^5.3.2", - "typescript": "^2.3.3" + "tslint": "^5.4.0", + "typescript": "^2.3.4" }, "repository": { "type": "git",