Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Dec 3, 2021
1 parent 33bd49c commit 03f5a0e
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "koa-404-handler",
"description":
"404 handler for Lad and Koa (best used with koa-better-error-handler)",
"version": "0.0.2",
"description": "404 handler for Lad and Koa (best used with koa-better-error-handler)",
"version": "0.1.0",
"author": "Nick Baugh <[email protected]> (http://niftylettuce.com/)",
"bugs": {
"url": "https://github.com/ladjs/koa-404-handler/issues",
Expand Down Expand Up @@ -54,11 +53,16 @@
"prettier --write --single-quote --trailing-comma none",
"git add"
],
"*.md": ["remark . -qfo", "git add"]
"*.md": [
"remark . -qfo",
"git add"
]
},
"main": "lib/index.js",
"remarkConfig": {
"plugins": ["preset-github"]
"plugins": [
"preset-github"
]
},
"repository": {
"type": "git",
Expand All @@ -75,7 +79,9 @@
},
"xo": {
"extends": "prettier",
"plugins": ["prettier"],
"plugins": [
"prettier"
],
"parserOptions": {
"sourceType": "script"
},
Expand Down

0 comments on commit 03f5a0e

Please sign in to comment.