mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 19:02:14 +00:00
@dzeio/config@1.1.2
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
878757dfb9
commit
2e0e18d212
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@dzeio/config",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.2",
|
||||
"description": "global configuration files for programming",
|
||||
"author": "Avior",
|
||||
"license": "MIT",
|
||||
@ -31,6 +31,8 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "tsc"
|
||||
"prepublishOnly": "tsc",
|
||||
"build": "tsc --noEmit",
|
||||
"test": "tsc --noEmit"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user