remark-abbr
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "remark-abbr", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"repository": { | ||
@@ -15,3 +15,3 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-abbr", | ||
"scripts": { | ||
"pretest": "eslint src", | ||
"pretest": "eslint .", | ||
"prepare": "del-cli dist && cross-env BABEL_ENV=production babel src --out-dir dist", | ||
@@ -47,5 +47,5 @@ "test": "jest", | ||
"jest": "^22.0.5", | ||
"remark-parse": "^4.0.0", | ||
"remark-parse": "^5.0.0", | ||
"unified": "^6.1.5" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9744