create-hintrc
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,8 @@ | ||
# 2.0.2 (December 14, 2018) | ||
## Bug fixes / Improvements | ||
* [[`c412f9aa7b`](https://github.com/webhintio/hint/commit/c412f9aa7ba99eb7ef6c20b7c496d629530f3ecf)] - Docs: Fix reference links and remove `markdownlint-cli` dependency (#1566) (by [`Antón Molleda`](https://github.com/molant)). | ||
# 2.0.1 (November 27, 2018) | ||
@@ -2,0 +9,0 @@ |
@@ -0,0 +0,0 @@ Apache License |
@@ -31,3 +31,2 @@ { | ||
"inquirer": "^6.2.0", | ||
"markdownlint-cli": "^0.13.0", | ||
"mkdirp": "^0.5.1", | ||
@@ -41,3 +40,3 @@ "npm-link-check": "^3.0.0", | ||
"typescript": "^3.1.6", | ||
"typescript-eslint-parser": "20.1.1", | ||
"typescript-eslint-parser": "21.0.2", | ||
"webpack": "^4.26.0", | ||
@@ -74,3 +73,3 @@ "webpack-cli": "^3.1.2" | ||
"lint:js": "eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives", | ||
"lint:md": "markdownlint --ignore CHANGELOG.md *.md", | ||
"lint:md": "node ../../scripts/lint-markdown.js", | ||
"test": "npm run lint && npm run build && npm run test-only", | ||
@@ -85,3 +84,3 @@ "test-only": "nyc ava", | ||
}, | ||
"version": "2.0.1" | ||
"version": "2.0.2" | ||
} |
@@ -0,0 +0,0 @@ # Create `.hintrc` (`create-hintrc`) |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1484649
24
5901