Adding src to published files

This commit is contained in:
Fabian 2019-04-03 20:37:58 -04:00
parent 9eef107d56
commit 11a3b00c12
1 changed files with 2 additions and 1 deletions

View File

@ -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"