Adding src to published files

This commit is contained in:
Fabian 2019-04-03 20:37:58 -04:00
parent 9eef107d56
commit 11a3b00c12

View File

@ -1,6 +1,6 @@
{ {
"name": "@hibas123/utils", "name": "@hibas123/utils",
"version": "2.0.3", "version": "2.0.5",
"description": "Different Utilities, that are not worth own packages", "description": "Different Utilities, that are not worth own packages",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -19,6 +19,7 @@
"typescript": "^3.3.3333" "typescript": "^3.3.3333"
}, },
"files": [ "files": [
"src/",
"lib/", "lib/",
"tsconfig.json", "tsconfig.json",
"readme.md" "readme.md"