Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 31, 2021
1 parent 44b2817 commit 0d0c622
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions invoices/0000-template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Invoice: unified collective

* **Date**: 2000-00-00
* **Person**: FULL_NAME ([@GITHUB_HANDLE](https://github.com/GITHUB_HANDLE))
* **Rate**: $HOURLY_RATE/hr
* **Person**: FULL\_NAME ([@GITHUB\_HANDLE](https://github.com/GITHUB_HANDLE))
* **Rate**: $HOURLY\_RATE/hr

## Items

Expand Down
4 changes: 2 additions & 2 deletions invoices/2021-09-30-wooorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

## Items

| Item | Description | Total |
| ------------------ | -------------------------------- | ------------- |
| Item | Description | Total |
| ------------------ | ----------------------------------- | ------------- |
| unified collective | Development and support (September) | **$4,600.00** |

***
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"mdast-comment-marker": "^2.0.0",
"mdast-zone": "^5.0.0",
"prettier": "^2.0.0",
"remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0",
"remark-cli": "^10.0.0",
"remark-preset-wooorm": "^9.0.0",
"unist-builder": "^3.0.0",
"xo": "^0.40.0"
"xo": "^0.46.0"
},
"scripts": {
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
Expand All @@ -40,7 +40,7 @@
"remarkConfig": {
"plugins": [
"preset-wooorm",
"./script/list-of-humans"
"./script/list-of-humans.js"
]
}
}

0 comments on commit 0d0c622

Please sign in to comment.