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:
@ -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"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user