File tree 3 files changed +3
-6
lines changed
convict-format-with-moment
convict-format-with-validator
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 24
24
"posttest" : " npm run lint" ,
25
25
"test" : " mocha --check-leaks test/*-tests.js" ,
26
26
"lint" : " eslint ." ,
27
- "lint:fix" : " eslint --fix ." ,
28
- "version" : " ./assert_changelog_ready $npm_package_version"
27
+ "lint:fix" : " eslint --fix ."
29
28
},
30
29
"files" : [
31
30
" lib"
Original file line number Diff line number Diff line change 25
25
"posttest" : " npm run lint" ,
26
26
"test" : " mocha --check-leaks test/*-tests.js" ,
27
27
"lint" : " eslint ." ,
28
- "lint:fix" : " eslint --fix ." ,
29
- "version" : " ./assert_changelog_ready $npm_package_version"
28
+ "lint:fix" : " eslint --fix ."
30
29
},
31
30
"files" : [
32
31
" lib"
Original file line number Diff line number Diff line change 25
25
"posttest" : " npm run lint" ,
26
26
"test" : " mocha --check-leaks test/*-tests.js" ,
27
27
"lint" : " eslint ." ,
28
- "lint:fix" : " eslint --fix ." ,
29
- "version" : " ./assert_changelog_ready $npm_package_version"
28
+ "lint:fix" : " eslint --fix ."
30
29
},
31
30
"files" : [
32
31
" lib"
You can’t perform that action at this time.
0 commit comments