Skip to content

Commit 03f5a0e

Browse files
committed
v0.1.0
1 parent 33bd49c commit 03f5a0e

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

package.json

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"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",
65
"author": "Nick Baugh <[email protected]> (http://niftylettuce.com/)",
76
"bugs": {
87
"url": "https://github.com/ladjs/koa-404-handler/issues",
@@ -54,11 +53,16 @@
5453
"prettier --write --single-quote --trailing-comma none",
5554
"git add"
5655
],
57-
"*.md": ["remark . -qfo", "git add"]
56+
"*.md": [
57+
"remark . -qfo",
58+
"git add"
59+
]
5860
},
5961
"main": "lib/index.js",
6062
"remarkConfig": {
61-
"plugins": ["preset-github"]
63+
"plugins": [
64+
"preset-github"
65+
]
6266
},
6367
"repository": {
6468
"type": "git",
@@ -75,7 +79,9 @@
7579
},
7680
"xo": {
7781
"extends": "prettier",
78-
"plugins": ["prettier"],
82+
"plugins": [
83+
"prettier"
84+
],
7985
"parserOptions": {
8086
"sourceType": "script"
8187
},

0 commit comments

Comments
 (0)