aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-04-24 05:36:34 +0200
committerache <ache@ache.one>2018-04-24 06:03:09 +0200
commit85f2579ee2c240794294c15d61418f448054f71b (patch)
treea9b518c1625f554746323794da34f8f5a007fec4 /package.json
parentUse babel to distribut (diff)
Compatibility work
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>"