File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " koa-404-handler" ,
3
- "description" :
4
- " 404 handler for Lad and Koa (best used with koa-better-error-handler)" ,
5
- "version" : " 0.0.2" ,
3
+ "description" : " 404 handler for Lad and Koa (best used with koa-better-error-handler)" ,
4
+ "version" : " 0.1.0" ,
6
5
"author" :
" Nick Baugh <[email protected] > (http://niftylettuce.com/)" ,
7
6
"bugs" : {
8
7
"url" : " https://github.com/ladjs/koa-404-handler/issues" ,
54
53
" prettier --write --single-quote --trailing-comma none" ,
55
54
" git add"
56
55
],
57
- "*.md" : [" remark . -qfo" , " git add" ]
56
+ "*.md" : [
57
+ " remark . -qfo" ,
58
+ " git add"
59
+ ]
58
60
},
59
61
"main" : " lib/index.js" ,
60
62
"remarkConfig" : {
61
- "plugins" : [" preset-github" ]
63
+ "plugins" : [
64
+ " preset-github"
65
+ ]
62
66
},
63
67
"repository" : {
64
68
"type" : " git" ,
75
79
},
76
80
"xo" : {
77
81
"extends" : " prettier" ,
78
- "plugins" : [" prettier" ],
82
+ "plugins" : [
83
+ " prettier"
84
+ ],
79
85
"parserOptions" : {
80
86
"sourceType" : " script"
81
87
},
You can’t perform that action at this time.
0 commit comments