From 3101af3726166e97a72e5d29a2ba7b387eb66766 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Mon, 18 Jan 2016 15:20:50 +0100 Subject: [PATCH] 1.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1292861..c81f7d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npmts", - "version": "1.0.4", + "version": "1.0.5", "description": "write npm modules with TypeScript", "main": "index.js", "typings": "./index.d.ts",