Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,5 @@ | ||
1.2.1 / 2020-09-25 | ||
================== | ||
* fix: downgrade to marked v0.7.x for Node v4 support #25 | ||
1.2.0 / 2020-09-25 | ||
@@ -2,0 +6,0 @@ ================== |
{ | ||
"name": "acquit", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Parse BDD tests (Mocha, Jasmine) to generate documentation", | ||
@@ -9,4 +9,3 @@ "homepage": "http://acquit.mongoosejs.io", | ||
"static": "serve .", | ||
"test": "mocha test/*.test.js", | ||
"test-coverage": "nyc mocha -- -R spec ./test/*.test.js" | ||
"test": "mocha test/*.test.js" | ||
}, | ||
@@ -28,3 +27,3 @@ "author": "Valeri Karpov <val@karpov.io>", | ||
"esprima": "4.0.0", | ||
"marked": "1.1.1" | ||
"marked": "0.7.x" | ||
}, | ||
@@ -36,5 +35,5 @@ "devDependencies": { | ||
"highlight.js": "9.12.0", | ||
"mocha": "8.1.3", | ||
"mocha": "5.x", | ||
"serve": "11.x" | ||
} | ||
} |
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
38058
+ Addedmarked@0.7.0(transitive)
- Removedmarked@1.1.1(transitive)
Updatedmarked@0.7.x