Fixing missing readme problem
This commit is contained in:
parent
0c50717a4c
commit
ddd95889f5
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "utils",
|
||||
"version": "2.2.13",
|
||||
"version": "2.2.14",
|
||||
"description": "Some helpful utility classes and functions",
|
||||
"author": "Fabian Stamm <dev@fabianstamm.de>",
|
||||
"contributors": [],
|
||||
@ -8,7 +8,7 @@
|
||||
"files": [
|
||||
"**/*.ts",
|
||||
"**/*.js",
|
||||
"README.md"
|
||||
"readme.md"
|
||||
],
|
||||
"hooks": {
|
||||
"prepublish": "pre.js"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hibas123/utils",
|
||||
"version": "2.2.13",
|
||||
"version": "2.2.14",
|
||||
"description": "Different Utilities, that are not worth own packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user