Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryusuke410 committed Jan 8, 2024
1 parent e000ce7 commit 03b8090
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 50 deletions.
12 changes: 12 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://biomejs.dev/schemas/1.4.1/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
}
}
126 changes: 124 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spicy-input",
"version": "0.0.5",
"version": "0.0.6",
"description": "Spicy-input provides a concise interface for retrieving, setting, and subscribing to these user inputs.",
"scripts": {
"build": "tsc -p ./tsconfig.json && tsc -p ./tsconfig.cjs.json && tsconfig-to-dual-package && tsup",
Expand All @@ -14,6 +14,7 @@
"swagger-ui-plugin"
],
"devDependencies": {
"@biomejs/biome": "1.4.1",
"tsconfig-to-dual-package": "^1.2.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit 03b8090

Please sign in to comment.