Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
1.2.2 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
JensAstrup authored Apr 15, 2024
2 parents 1e4b6ba + ec66b89 commit afbe20b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shortcut-api",
"version": "1.2.1",
"version": "1.2.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
"esm": true
},
"include": [
"*/*.ts",
"./src/**/*.ts",
"./tests/**/*.ts"
"./src/**/*.ts"
],
"exclude": [
"node_modules",
Expand Down

0 comments on commit afbe20b

Please sign in to comment.