Skip to content

Commit

Permalink
Bump version and build
Browse files Browse the repository at this point in the history
  • Loading branch information
cleve-fauna committed Jan 14, 2025
1 parent a45d11d commit ac38f89
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# DO NOT EDIT THIS FILE AT $PROJECT_ROOT/.gitignore
# instead, edit it at $PROJECT_ROOT/config/.gitignore
# the project's build step copies it from /config

node_modules

# fauna-shell
/.nyc_output
/dist
/tmp
/experiments
.test_config
.env
.idea
/.vscode
*.log
/coverage
test-results.xml
/.history
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fauna/ts-dev-utils",
"version": "0.0.15",
"version": "0.0.16",
"description": "A collection of lint, format, and build configs used at Fauna for TypeScript projects.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ac38f89

Please sign in to comment.