Skip to content

Commit b6af838

Browse files
committed
3.0.0-rc.1
1 parent d035ffb commit b6af838

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": "3.0.0-rc.0",
3+
"version": "3.0.0-rc.1",
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)