Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elyobo committed Oct 22, 2022
1 parent 534cb9a commit 308ff58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataform-to-dbt",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"description": "Tool to assist in migrating from dataform to dbt",
"homepage": "https://github.com/elyobo/dataform-to-dbt/#readme",
Expand Down Expand Up @@ -46,6 +46,9 @@
},
"lint-staged": {
"*.{css,md}": "prettier --write",
"*.js": ["prettier --write", "eslint"]
"*.js": [
"prettier --write",
"eslint"
]
}
}

0 comments on commit 308ff58

Please sign in to comment.