From 85f2579ee2c240794294c15d61418f448054f71b Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 24 Apr 2018 05:36:34 +0200 Subject: Compatibility work --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 4168dd6..ffce496 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "md-attr-parser", - "version": "1.1.1", + "version": "1.1.5", "description": "A parser for markdown's attributes", "main": "dist/index.js", "scripts": { @@ -31,7 +31,9 @@ "comma-dangle": [ "error", "always-multiline" - ] + ], + "no-var": "warn", + "object-shorthand": "warn" } }, "author": "ache " -- cgit v1.2.3