Skip to content

Commit

Permalink
fix: package.json type
Browse files Browse the repository at this point in the history
  • Loading branch information
koladilip committed Jun 13, 2024
1 parent 152eb39 commit 0fb17da
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ coverage
test
commitlint.config.js
jest.config.ts
vite.config.mts
vite.config.ts
app.ts
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
export default {
extends: ['@commitlint/config-conventional'],
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "A library for evaluating JSON template expressions.",
"main": "build/index.js",
"types": "build/index.d.ts",
"type": "module",
"keywords": [
"json",
"jsonpath",
Expand Down
File renamed without changes.

0 comments on commit 0fb17da

Please sign in to comment.