Skip to content

Commit

Permalink
Add publint
Browse files Browse the repository at this point in the history
  • Loading branch information
takegue committed Nov 5, 2023
1 parent 912afc8 commit afb5f8d
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 6 deletions.
149 changes: 144 additions & 5 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "bigquery-porter",
"description": "BigQuery Porter is a tool to manage BigQuery Metadata and Deployment. ",
"type": "module",
"exports": "dist/index.js",
"exports": "./dist/src/index.js",
"files": [
"dist"
],
"license": {
"type": "MIT",
"url": "https://www.opensource.org/licenses/mit-license.php"
Expand All @@ -22,6 +25,7 @@
"scripts": {
"test": "vitest",
"coverage": "vitest run --coverage",
"publint": "publint",
"format": "deno fmt",
"build": "tsc"
},
Expand All @@ -32,6 +36,7 @@
"log-update": "^5.0.1",
"p-throttle": "^5.0.0",
"picocolors": "^1.0.0",
"publint": "^0.2.5",
"tree-sitter": "^0.20.1",
"tree-sitter-sql-bigquery": "^0.4.2"
},
Expand Down

0 comments on commit afb5f8d

Please sign in to comment.