Skip to content

Commit 19c005b

Browse files
committed
3.0.0-rc.0
1 parent d712d59 commit 19c005b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphile-contrib/pg-omit-archived",
3-
"version": "2.1.0",
3+
"version": "3.0.0-rc.0",
44
"description": "Makes collections omit archived items by default, but gives the ability to view archived items if explicitly requested.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -36,7 +36,10 @@
3636
"prettier": "^2.2.1",
3737
"typescript": "^4.1.5"
3838
},
39-
"files": ["src", "dist"],
39+
"files": [
40+
"src",
41+
"dist"
42+
],
4043
"prettier": {
4144
"trailingComma": "all",
4245
"proseWrap": "always"

0 commit comments

Comments
 (0)