From 94a975fc7b216ccdc027826e3a4121be8fc6fba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Szor=C3=A1d?= Date: Tue, 2 Apr 2019 20:54:13 +0200 Subject: [PATCH] Make it 1.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0fd5576..2617612 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-typeguard", - "version": "0.0.2", + "version": "1.0.0", "description": "Library for creating safe Type Guards", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -33,4 +33,4 @@ "typescript": "^3.4.1" }, "prepare": "npm run build" -} +} \ No newline at end of file