Skip to content

Commit 8776ece

Browse files
committed
0.1.1
1 parent 7f3bec9 commit 8776ece

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-pg",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "PostgreSQL source for Gatsby, powered by PostGraphile",
55
"main": "index.js",
66
"scripts": {
@@ -49,5 +49,9 @@
4949
"resolutions": {
5050
"graphql": "0.13.x"
5151
},
52-
"files": ["/lib", "/index.js", "/gatsby-node.js"]
52+
"files": [
53+
"/lib",
54+
"/index.js",
55+
"/gatsby-node.js"
56+
]
5357
}

0 commit comments

Comments
 (0)