We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d035ffb commit b6af838Copy full SHA for b6af838
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@graphile-contrib/pg-omit-archived",
3
- "version": "3.0.0-rc.0",
+ "version": "3.0.0-rc.1",
4
"description": "Makes collections omit archived items by default, but gives the ability to view archived items if explicitly requested.",
5
"main": "dist/index.js",
6
"scripts": {
@@ -36,7 +36,10 @@
36
"prettier": "^2.2.1",
37
"typescript": "^4.1.5"
38
},
39
- "files": ["src", "dist"],
+ "files": [
40
+ "src",
41
+ "dist"
42
+ ],
43
"prettier": {
44
"trailingComma": "all",
45
"proseWrap": "always"
0 commit comments