Skip to content

Commit 174f5a0

Browse files
authored
v3 (#21)
bump deps Drop support for v6 of node
1 parent e3cd874 commit 174f5a0

File tree

4 files changed

+50
-71
lines changed

4 files changed

+50
-71
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
### Removed
1313

14+
## [3.0.0] - 2019-10-06
15+
- Adjust [valid-values-engines](https://github.com/tclindner/npm-package-json-lint/wiki/valid-values-engines) rule to drop Node v6.
16+
1417
## [2.2.0] - 2019-07-13
1518
- Adjust [valid-values-engines](https://github.com/tclindner/npm-package-json-lint/wiki/valid-values-engines) rule to include v8 for transition to drop node 6.
1619

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ const config = {
3333
'valid-values-engines': [
3434
'error',
3535
[
36-
{
37-
node: '>=6.0.0',
38-
npm: '>=3.0.0'
39-
},
4036
{
4137
node: '>=8.0.0',
4238
npm: '>=6.0.0'

package-lock.json

Lines changed: 43 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-package-json-lint-config-tc",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"description": "npm-package-json-lint shareable config for TC's projects",
55
"keywords": [
66
"lint",
@@ -34,15 +34,15 @@
3434
"test:ci": "jest --runInBand"
3535
},
3636
"devDependencies": {
37-
"eslint": "^6.4.0",
38-
"eslint-config-tc": "^8.0.1",
37+
"eslint": "^6.5.1",
38+
"eslint-config-tc": "^8.1.0",
3939
"eslint-formatter-pretty": "^2.1.1",
4040
"eslint-plugin-import": "^2.18.2",
4141
"eslint-plugin-jest": "^22.17.0",
4242
"eslint-plugin-prettier": "^3.1.1",
4343
"is-plain-obj": "^2.0.0",
4444
"jest": "^24.9.0",
45-
"npm-package-json-lint": "^4.0.0-beta.3",
45+
"npm-package-json-lint": "^4.0.0",
4646
"prettier": "^1.18.2"
4747
},
4848
"peerDependencies": {

0 commit comments

Comments
 (0)