Skip to content
This repository has been archived by the owner on Apr 12, 2020. It is now read-only.

Commit

Permalink
v4 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
tclindner authored Oct 6, 2019
1 parent 79cd5a1 commit 1a488f2
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 37 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Removed

## [4.0.0] - 2019-10-06
### Changed
- Moved to npm-package-json-lint 4.x.x. Please see the [migration guide](https://npmpackagejsonlint.org/docs/en/v3-to-v4) for more information.

## [3.0.0] - 2018-05-12
### Added
Expand Down
74 changes: 41 additions & 33 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-npm-package-json-lint",
"description": "A Grunt wrapper for npm-package-json-lint",
"version": "3.0.0",
"version": "4.0.0",
"keywords": [
"gruntplugin",
"lint",
Expand Down Expand Up @@ -31,12 +31,12 @@
"dependencies": {
"chalk": "^2.4.2",
"eslint-plugin-jest": "22.17.0",
"npm-package-json-lint": "^4.0.0-beta.3",
"npm-package-json-lint": "^4.0.0",
"plur": "^3.1.1"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-config-tc": "^8.0.1",
"eslint": "^6.5.1",
"eslint-config-tc": "^8.1.0",
"eslint-formatter-pretty": "^2.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
Expand Down

0 comments on commit 1a488f2

Please sign in to comment.