Skip to content

Commit c9a4696

Browse files
committed
0.1.0
1 parent 294f432 commit c9a4696

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

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

0 commit comments

Comments
 (0)