From 426ffc5f8621b48078573335c4c07bb508017961 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sun, 19 Jul 2020 14:33:28 +0200 Subject: [PATCH] fix --- CHANGELOG.md | 9 +++++++++ package.json | 8 ++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..29f6995 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 1.1.0 + +update to eslint 7.0 + +## 1.0.0 + +initial release diff --git a/package.json b/package.json index 2f24305..caa407b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphirecode/eslint-config-vue", - "version": "1.1.16", + "version": "1.1.15", "description": "scode eslint vue configuration", "main": "index.js", "scripts": { @@ -19,7 +19,11 @@ "eslint", "eslintconfig" ], - "author": "Timo Hocker ", + "author": { + "name": "Timo Hocker", + "email": "timo@scode.ovh" + }, + "bugs": "https://redmine.scode.ovh/projects/eslint-vue", "license": "MIT", "devDependencies": { "eslint": "^7.0.0",