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

bump: 1.1.8

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2022-05-13 14:55:50 +02:00
parent c5d4ed166a
commit 31ae6d8418
Signed by: Florian Bouillon
GPG Key ID: BEEAF3722D0EBF64
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@
"no-unused-labels": "error",
"no-unused-vars": "warn",
"no-var": "error",
"object-shorthand": "error",
"object-shorthand": ["warn", "methods"],
"one-var": [
"error",
"never"

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/config",
"version": "1.1.7",
"version": "1.1.8",
"description": "global configuration files for programming",
"author": "Avior",
"license": "MIT",