Skip to content

Commit

Permalink
Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Dec 10, 2024
1 parent 3bc4dc8 commit 7f1e203
Show file tree
Hide file tree
Showing 21 changed files with 2,205 additions and 609 deletions.
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Editors
.vscode
.idea

# Artifacts
node_modules
dist
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@
}
},
"scripts": {
"dev": "tsc -w",
"build": "tsc",
"check": "biome check . --apply",
"ci:check": "biome check .",
"release": "pnpm build && changeset publish"
"format": "biome format "
},
"dependencies": {
"colorette": "^2.0.20",
Expand All @@ -52,7 +49,8 @@
"@biomejs/biome": "1.7.3",
"@changesets/cli": "^2.27.10",
"@types/node": "^20.17.9",
"typescript": "^5.7.2"
"typescript": "^5.7.2",
"unbuild": "^2.0.0"
},
"type": "module"
}
Loading

0 comments on commit 7f1e203

Please sign in to comment.