Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enjikaka committed Jan 20, 2024
1 parent 35656a6 commit 4a7b85f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "beaivi",
"type": "module",
"version": "0.0.6",
"version": "0.1.0",
"description": "A tiny JavaScript library for calculating sun/moon positions and phases. Based on Suncalc.",
"homepage": "https://github.com/Glatek/beaivi",
"keywords": [
Expand Down Expand Up @@ -40,11 +40,11 @@
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"biome": "npx @biomejs/biome check ./src",
"biome:fix": "npx @biomejs/biome check --apply ./src",
"prepublishOnly": "npx @skypack/package-check"
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"biome": "npx @biomejs/biome check ./src",
"biome:fix": "npx @biomejs/biome check --apply ./src",
"prepublishOnly": "npx @skypack/package-check"
}
}

0 comments on commit 4a7b85f

Please sign in to comment.