Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Aug 31, 2023
1 parent 4b00ded commit c2625db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
tsconfig.tsbuildinfo
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"typescript": "^5.1.6"
},
"dependencies": {
"cosmokit": "^1.4.3"
"cosmokit": "^1.4.5"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"rootDir": "src",
"outFile": "lib/index.d.ts",
"target": "es2019",
"target": "es2022",
"module": "commonjs",
"declaration": true,
"emitDeclarationOnly": true,
Expand Down

0 comments on commit c2625db

Please sign in to comment.