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
* Hotfix for relative path shared config objects
* Fix issue where an exception was thrown if the npmpackagejsonlintrc only contained an extends element
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Removed
13
13
14
+
## [2.0.2] - 2017-02-18
15
+
### Fixed
16
+
- Issue .npmpackagejsonlintrc.json files that only have a extends value with no rules object
17
+
14
18
## [2.0.1] - 2017-02-18
15
19
### Fixed
16
20
- Issue with relative path local config extension modules. Now relative path modules are load relative to the current working directory of the active process.
0 commit comments