create-hintrc
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,3 +1,10 @@ | ||
# 1.0.1 (September 6, 2018) | ||
## Bug fixes / Improvements | ||
* [[`7cde2e145d`](https://github.com/webhintio/hint/commit/7cde2e145d247ea2dd0a42cbf2aa3a601b223a88)] - Fix: Make `npm` package not include `npm-shrinkwrap.json` file (by [`Cătălin Mariș`](https://github.com/alrra) / see also: [`#1294`](https://github.com/webhintio/hint/issues/1294)). | ||
# 1.0.0 (August 17, 2018) | ||
✨ |
@@ -13,3 +13,3 @@ { | ||
"dependencies": { | ||
"browserslist": "^4.0.2", | ||
"browserslist": "^4.1.1", | ||
"encoding": "^0.1.12" | ||
@@ -21,11 +21,11 @@ }, | ||
"cpx": "^1.5.0", | ||
"eslint": "^5.2.0", | ||
"eslint": "^5.5.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-markdown": "^1.0.0-beta.7", | ||
"eslint-plugin-typescript": "^0.12.0", | ||
"fork-ts-checker-webpack-plugin": "^0.4.8", | ||
"fork-ts-checker-webpack-plugin": "^0.4.9", | ||
"fs-extra": "^7.0.0", | ||
"handlebars": "^4.0.11", | ||
"hint": "^3.2.1", | ||
"inquirer": "^6.1.0", | ||
"hint": "^3.3.2", | ||
"inquirer": "^6.2.0", | ||
"markdownlint-cli": "^0.13.0", | ||
@@ -35,7 +35,7 @@ "mkdirp": "^0.5.1", | ||
"npm-run-all": "^4.1.2", | ||
"nyc": "^12.0.2", | ||
"nyc": "^13.0.1", | ||
"rimraf": "^2.6.2", | ||
"sinon": "^6.1.5", | ||
"ts-loader": "^4.4.1", | ||
"typescript": "^3.0.1", | ||
"ts-loader": "^5.0.0", | ||
"typescript": "^3.0.3", | ||
"typescript-eslint-parser": "^18.0.0", | ||
@@ -49,4 +49,3 @@ "webpack": "^4.16.5", | ||
"files": [ | ||
"dist/src", | ||
"npm-shrinkwrap.json" | ||
"dist/src" | ||
], | ||
@@ -84,3 +83,3 @@ "homepage": "https://webhint.io/", | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} |
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
NPM Shrinkwrap
Supply chain riskPackage contains a shrinkwrap file. This may allow the package to bypass normal install procedures.
Found 1 instance in 1 package
0
1465851
5
5809
Updatedbrowserslist@^4.1.1