unexpected-messy
Advanced tools
Comparing version 8.2.1 to 9.0.0
{ | ||
"name": "unexpected-messy", | ||
"version": "8.2.1", | ||
"version": "9.0.0", | ||
"description": "Unexpected plugin for the messy library", | ||
@@ -15,3 +15,3 @@ "main": "lib/unexpectedMessy.js", | ||
"lint": "eslint .", | ||
"test": "mocha && mocha documentation", | ||
"test": "mocha && mocha $(find documentation -name '*.md')", | ||
"prepublish": "browserify -p bundle-collapser/plugin -e lib/unexpectedMessy -s unexpectedMessy > unexpectedMessy.min.js", | ||
@@ -51,11 +51,11 @@ "ci": "npm test && npm run lint && npm run coverage && npm run generate-site", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^5.0.0", | ||
"eslint": "^6.0.0", | ||
"eslint-config-pretty-standard": "^2.0.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"mocha": "^5.1.0", | ||
"nyc": "^13.1.0", | ||
"mocha": "^6.0.0", | ||
"nyc": "^14.0.0", | ||
"prettier": "^1.15.3", | ||
"unexpected": "^11.0.0-3", | ||
"unexpected-documentation-site-generator": "^5.0.0", | ||
"unexpected-markdown": "^2.0.0" | ||
"unexpected": "^11.5.0", | ||
"unexpected-documentation-site-generator": "^6.0.0", | ||
"unexpected-markdown": "^3.0.0" | ||
}, | ||
@@ -62,0 +62,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
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
1409457