mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-23 19:32:14 +00:00
bump version
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
4efb33c0cb
commit
ffaf544d10
25020
packages/object-util/package-lock.json
generated
Normal file
25020
packages/object-util/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@dzeio/object-util",
|
"name": "@dzeio/object-util",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"description": "some Function to make work on objects easier",
|
"description": "some Function to make work on objects easier",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -15,12 +15,12 @@
|
|||||||
"@types/chai": "^4.2.12",
|
"@types/chai": "^4.2.12",
|
||||||
"@types/jest": "^26.0.10",
|
"@types/jest": "^26.0.10",
|
||||||
"jest": "^26.4.2",
|
"jest": "^26.4.2",
|
||||||
"parcel": "^1.12.4",
|
"parcel": "1.12.3",
|
||||||
"ts-node": "^9.0.0",
|
"ts-node": "^9.0.0",
|
||||||
"typescript": "^4.0.2"
|
"typescript": "^4.0.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublishOnly": "yarn build",
|
"prepublishOnly": "npm run build",
|
||||||
"build": "parcel build src/index.ts --out-file browser.js --experimental-scope-hoisting && tsc",
|
"build": "parcel build src/index.ts --out-file browser.js --experimental-scope-hoisting && tsc",
|
||||||
"test": "jest --coverage"
|
"test": "jest --coverage"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user