Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shellyln committed Aug 17, 2020
1 parent cb72962 commit 7cd13c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"name": "open-soql",
"private": false,
"version": "0.1.0",
"version": "0.1.1",
"description": "Open source implementation of the SOQL.",
"keywords": [
"SOQL",
"Object query language",
"query-engine",
"Graph query language",
"Object query language",
"graph-query",
"object-query",
"SQL",
"resolvers",
"DML",
"map-reduce",
"library"
"library",
"TypeScript"
],
"main": "./bin/index.js",
"module": "./modules/index.js",
Expand Down

0 comments on commit 7cd13c3

Please sign in to comment.