Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 0eb6fc1

Browse files
committed
0.2.0
1 parent 07440c5 commit 0eb6fc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "fauna-fields-list-compile",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "A POC for a GraphQL to FaunaDB FQL compiler and general utility to produce FaunaDB queries from a fields list.",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/ptpaterson/fauna-fields-list-compiler"
88
},
99
"main": "dist/index.js",
10-
"files":[
10+
"files": [
1111
"/dist"
1212
],
1313
"umd:main": "dist/faunadb-scaffold.umd.production.js",

0 commit comments

Comments
 (0)