Skip to content

Commit

Permalink
3.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Feb 22, 2021
1 parent d035ffb commit b6af838
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphile-contrib/pg-omit-archived",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"description": "Makes collections omit archived items by default, but gives the ability to view archived items if explicitly requested.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,10 @@
"prettier": "^2.2.1",
"typescript": "^4.1.5"
},
"files": ["src", "dist"],
"files": [
"src",
"dist"
],
"prettier": {
"trailingComma": "all",
"proseWrap": "always"
Expand Down

0 comments on commit b6af838

Please sign in to comment.