Skip to content

Commit

Permalink
fix: descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Dec 31, 2024
1 parent 2170ef8 commit 027a81f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openapi-path-templating",
"version": "2.0.2",
"description": "OpenAPI Path Templating parser, validator and resolver.",
"description": "OpenAPI Path Templating parser, validator, resolver and matcher.",
"main": "./cjs/index.cjs",
"types": "./types/index.d.ts",
"exports": {
Expand Down Expand Up @@ -41,7 +41,9 @@
"templating",
"parser",
"validator",
"resolver"
"resolver",
"matcher",
"matching"
],
"author": "Vladimír Gorej <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 027a81f

Please sign in to comment.