Skip to content

Commit

Permalink
Bump npm-package-json-lint-config to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed Aug 25, 2018
1 parent 16441b4 commit 1de36d8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/npm-package-json-lint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.1.1 (Unreleased)

### Bug Fix

- Resolves an issue where npm package lint script did not work in Windows environments ([#9321](https://github.com/WordPress/gutenberg/pull/9321)

## 1.1.0 (2018-07-12)

- Updated build to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-package-json-lint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"is-plain-obj": "^1.1.0"
},
"peerDependencies": {
"npm-package-json-lint": ">= 3.0.0"
"npm-package-json-lint": ">= 3.3.1"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
## 2.1.0 (Unreleased)

### Bug Fix

- Resolves an issue where npm package lint script did not work in Windows environments ([#9321](https://github.com/WordPress/gutenberg/pull/9321)

### Updated Dependencies

- Updated dependencies: `jest`, `npm-package-json-lint` and `read-pkg-up`


## 2.0.0 (2018-07-12)

- Breaking: Updated code to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"chalk": "^2.4.1",
"cross-spawn": "^5.1.0",
"jest": "^23.4.2",
"npm-package-json-lint": "^3.3.0",
"npm-package-json-lint": "^3.3.1",
"read-pkg-up": "^1.0.1",
"resolve-bin": "^0.4.0"
},
Expand Down

0 comments on commit 1de36d8

Please sign in to comment.