You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Removed
13
13
14
+
## [2.2.0] - 2019-07-13
15
+
- 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.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -23,16 +23,9 @@ This installs dependencies from `package.json`.
23
23
24
24
### JavaScript
25
25
26
-
npm-package-json-lint-config-tc utilizes both ESLint and JSCS to enforce JavaScript standards. Please see the `.eslintrc.json` file for ESLint config and `.jscsrc` for JSCS config.
26
+
npm-package-json-lint-config-tc utilizes ESLint to enforce JavaScript standards. Please see the `.eslintrc.json` file for more details.
0 commit comments