Skip to content

Commit

Permalink
Scripts: Bump the version of npm-package-json-lint (#18160)
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo authored and hypest committed Nov 4, 2019
1 parent caa80cb commit 3ecf701
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/scripts/CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

### Breaking Changes

- The bundled `npm-package-json-lint` dependency has been updated from requiring `^3.6.0` to requiring `^4.0.2` ([#18054](https://github.com/WordPress/gutenberg/pull/18054)). Please see the [migration guide](https://npmpackagejsonlint.org/docs/en/v3-to-v4). Note: `npmPackageJsonLintConfig` prop in the `package.json` file needs to be renamed to `npmpackagejsonlint`.
- The bundled `npm-package-json-lint` dependency has been updated from requiring `^3.6.0` to requiring `^4.0.3` ([#18054](https://github.com/WordPress/gutenberg/pull/18054)). Please see the [migration guide](https://npmpackagejsonlint.org/docs/en/v3-to-v4). Note: `npmPackageJsonLintConfig` prop in the `package.json` file needs to be renamed to `npmpackagejsonlint`.

### New Features

Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Expand Up @@ -50,7 +50,7 @@
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"minimist": "^1.2.0",
"npm-package-json-lint": "^4.0.2",
"npm-package-json-lint": "^4.0.3",
"puppeteer": "^1.20.0",
"read-pkg-up": "^1.0.1",
"request": "^2.88.0",
Expand Down

0 comments on commit 3ecf701

Please sign in to comment.