Skip to content

Commit

Permalink
wtf?
Browse files Browse the repository at this point in the history
  • Loading branch information
demmings committed Oct 19, 2022
1 parent 83fd2aa commit 9c58d90
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
75 changes: 37 additions & 38 deletions package-lock.json

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

31 changes: 16 additions & 15 deletions package.json
Expand Up @@ -3,33 +3,34 @@
"version": "1.1.16",
"description": "Google Sheets QUERY function replacement using real SQL select syntax.",
"main": "testGsSql.js",
"files": ["./src"],
"files": [
"./src"
],
"scripts": {
"test": "node ./testGsSql.js"
"test": "node ./testGsSql.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/demmings/gsSQL.git"
"type": "git",
"url": "git+https://github.com/demmings/gsSQL.git"
},
"keywords": [
"Google",
"Sheets",
"Query",
"SQL",
"select",
"customfunction"
"Google",
"Sheets",
"Query",
"SQL",
"select",
"customfunction"
],
"author": "demmings",
"license": "ISC",
"bugs": {
"url": "https://github.com/demmings/gsSQL/issues"
"url": "https://github.com/demmings/gsSQL/issues"
},
"homepage": "https://github.com/demmings/gsSQL#readme",
"dependencies": {
"gas-local": "^1.3.1"
"gas-local": "^1.3.1"
},
"directories": {
"test": "test"
"test": "test"
}
}

}

0 comments on commit 9c58d90

Please sign in to comment.