1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-12 19:09:18 +00:00

@dzeio/config@1.1.2

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-09-05 14:27:50 +02:00
parent 878757dfb9
commit 2e0e18d212

View File

@ -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"
}
}