1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-16 12:39:21 +00:00

bump(object-util): 1.4.4 (Fixed export)

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2022-12-08 13:45:53 +01:00
parent 6be80cb2e1
commit 50855afe67
2 changed files with 54 additions and 1 deletions

View File

@ -31,5 +31,11 @@
"build": "esbuild src/index.ts --outfile=dist/browser.js --minify --bundle --target=es6 && tsc && tsc --project tsconfig.esm.json",
"test": "jest --coverage",
"lint": "eslint src"
}
},
"files": [
"dist",
"README.md",
"package.json",
"CHANGELOG.md"
]
}