Skip to content

Commit

Permalink
Bump package version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Aug 22, 2024
1 parent e162cda commit 69902e4
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 103 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esm-compat",
"description": "Checks the ES6 compatibility from an `User-Agent` string.",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"module": "dist/compat.js",
"types": "types/compat.d.ts",
Expand All @@ -16,7 +16,7 @@
],
"devDependencies": {
"@types/ua-parser-js": "0.7.39",
"esbuild": "0.23.0"
"esbuild": "0.23.1"
},
"dependencies": {
"ua-parser-js": "^1.0.38"
Expand Down
202 changes: 101 additions & 101 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69902e4

Please sign in to comment.