Skip to content

Commit

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

0 comments on commit 97d95e8

Please sign in to comment.