From a92e0a4e0d129c44038ce4e1551e4e05931444fb Mon Sep 17 00:00:00 2001 From: ezolenko Date: Tue, 20 Jun 2017 22:27:59 -0600 Subject: [PATCH] - package version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9846401..b8d2910 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-typescript2", - "version": "0.4.4", + "version": "0.4.5", "description": "Seamless integration between Rollup and TypeScript. Now with errors.", "main": "dist/rollup-plugin-typescript2.cjs.js", "module": "dist/rollup-plugin-typescript2.es.js", @@ -51,7 +51,7 @@ "@types/resolve": "^0.0.4", "rimraf": "^2.6.1", "rollup": "^0.43.0", - "rollup-plugin-typescript2": "^0.4.3", + "rollup-plugin-typescript2": "^0.4.4", "rollup-watch": "^4.0.0", "tslint": "^5.4.3" },