File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Removed
13
13
14
+ ## [ 3.6.0] - 2019-02-28
15
+ ### Added
16
+ - New rule: [ require-repository-directory] ( https://github.com/tclindner/npm-package-json-lint/wiki/require-repository-directory ) .
17
+
18
+ Huge shout-out to @greatislander for contributing the rule! :tada :
19
+
14
20
## [ 3.5.0] - 2019-02-03
15
21
### Added
16
22
- New cli flag, ` ignorePath ` (` -i ` ) - Path to a file containing patterns that describe files to ignore.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npm-package-json-lint" ,
3
- "version" : " 3.5 .0" ,
3
+ "version" : " 3.6 .0" ,
4
4
"description" : " Configurable linter for package.json files." ,
5
5
"keywords" : [
6
6
" lint" ,
34
34
"test:ci" : " jest --runInBand"
35
35
},
36
36
"dependencies" : {
37
- "ajv" : " ^6.9.1 " ,
37
+ "ajv" : " ^6.9.2 " ,
38
38
"chalk" : " ^2.4.2" ,
39
39
"glob" : " ^7.1.3" ,
40
40
"ignore" : " ^5.0.5" ,
49
49
"validator" : " ^10.11.0"
50
50
},
51
51
"devDependencies" : {
52
- "eslint" : " ^5.14.0 " ,
52
+ "eslint" : " ^5.14.1 " ,
53
53
"eslint-config-tc" : " ^6.0.0" ,
54
54
"eslint-formatter-pretty" : " ^2.1.1" ,
55
55
"eslint-plugin-import" : " ^2.16.0" ,
You can’t perform that action at this time.
0 commit comments