Skip to content

Commit

Permalink
Update dependency and format
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Apr 17, 2024
1 parent 011eeee commit 77bf0b2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 40 deletions.
72 changes: 36 additions & 36 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@
},
"author": "Guillaume Beraudo",
"license": "BSD-2-Clause",
"files": [
"lib/*"
],
"files": ["lib/*"],
"type": "module",
"module": "lib/index.js",
"main": "lib/index.js",
"types": "lib/types/index.d.ts",
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@biomejs/biome": "1.7.0",
"typescript": "5.4.5"
}
}

0 comments on commit 77bf0b2

Please sign in to comment.