aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
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 <ache@ache.one>"