Fixing missing readme problem

This commit is contained in:
Fabian Stamm 2020-10-19 19:51:48 +02:00
parent 0c50717a4c
commit ddd95889f5
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "utils", "name": "utils",
"version": "2.2.13", "version": "2.2.14",
"description": "Some helpful utility classes and functions", "description": "Some helpful utility classes and functions",
"author": "Fabian Stamm <dev@fabianstamm.de>", "author": "Fabian Stamm <dev@fabianstamm.de>",
"contributors": [], "contributors": [],
@ -8,7 +8,7 @@
"files": [ "files": [
"**/*.ts", "**/*.ts",
"**/*.js", "**/*.js",
"README.md" "readme.md"
], ],
"hooks": { "hooks": {
"prepublish": "pre.js" "prepublish": "pre.js"

View File

@ -1,6 +1,6 @@
{ {
"name": "@hibas123/utils", "name": "@hibas123/utils",
"version": "2.2.13", "version": "2.2.14",
"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",