From 11a3b00c125e885df8abd228931fbd6c6b109573 Mon Sep 17 00:00:00 2001 From: Fabian Date: Wed, 3 Apr 2019 20:37:58 -0400 Subject: [PATCH] Adding src to published files --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a5be2a..2f4b178 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hibas123/utils", - "version": "2.0.3", + "version": "2.0.5", "description": "Different Utilities, that are not worth own packages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -19,6 +19,7 @@ "typescript": "^3.3.3333" }, "files": [ + "src/", "lib/", "tsconfig.json", "readme.md"