Skip to content

Commit

Permalink
removed package.json from gitignore
Browse files Browse the repository at this point in the history
oceanbluesky committed Dec 13, 2024
1 parent f39dee6 commit 10fb97b
Showing 3 changed files with 1,752 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@
**/*.exe
**/*.stamp
**/*.lock
**/*.json

# Ignore Cargo.lock for libraries (but keep it for binaries)
/Cargo.lock
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@ name = "github_bio"
version = "0.1.0"
edition = "2021"


[dependencies]
dioxus = { version = "^0.6.0", features = ["router", "web"] }
dioxus-web = "^0.6.0"
@@ -16,7 +15,6 @@ manganis = "^0.6.0"
# Allow wasm-bindgen to update dynamically while staying within major version 0.2
wasm-bindgen = "^0.2.99"


[web.watcher]
index_on_404 = true

Loading

0 comments on commit 10fb97b

Please sign in to comment.