Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed Dec 13, 2024
1 parent 30d4bda commit 5305ef5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airtable-mcp-server",
"version": "0.0.0",
"version": "1.0.0",
"description": "Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases",
"license": "MIT",
"author": "Adam Jones (domdomegg)",
Expand Down Expand Up @@ -47,7 +47,10 @@
"eslint-config-domdomegg"
],
"rules": {
"import/extensions": ["error", "always"]
"import/extensions": [
"error",
"always"
]
}
}
}

0 comments on commit 5305ef5

Please sign in to comment.