From 07c67d557fdb30d6c2fc5085099dc0458f32abb4 Mon Sep 17 00:00:00 2001 From: Eien_g <32865043+GrigoryEien@users.noreply.github.com> Date: Thu, 4 Jul 2019 20:06:00 +0500 Subject: [PATCH] Removed everything related to ts --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ac06046..a21d89d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,10 @@ { "name": "openid-tool", - "version": "0.0.1", + "version": "0.0.5", "description": "", "main": "index.js", - "types": "index.d.ts", "scripts": { - "test": "jest", - "build": "tsc" + "test": "jest" }, "author": "MyStand", "license": "ISC",