Skip to content

Commit

Permalink
Merge pull request #26 from riskycase/improvements
Browse files Browse the repository at this point in the history
Improvements on behaviour
  • Loading branch information
riskycase authored Dec 2, 2022
2 parents bdc313c + 1fda7da commit c1efa9e
Show file tree
Hide file tree
Showing 13 changed files with 602 additions and 471 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ A small cross platform application that manages logging in to BITS Goa campus ne

Download the latest build from [releases page](https://github.com/DevSoc-BPGC/auto-campnet/releases)

### I need help in using this

Refer the [project wiki](https://github.com/Devsoc-BPGC/auto-campnet/wiki)

## Contributing

### Relevant links
Expand Down
178 changes: 89 additions & 89 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-campnet-gui",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"tauri": "tauri",
"dev": "vite",
Expand All @@ -9,15 +9,15 @@
},
"dependencies": {
"@cred/neopop-web": "^1.0.0",
"@tauri-apps/api": "^1.1.0",
"@tauri-apps/api": "^1.2.0",
"axios": "^1.1.3",
"preact": "^10.11.2",
"querystring": "^0.2.1",
"sass": "^1.55.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
"@tauri-apps/cli": "^1.1.1",
"@tauri-apps/cli": "^1.2.1",
"@types/node": "^18.11.7",
"typescript": "^4.8.4",
"vite": "^3.2.0"
Expand Down
Loading

0 comments on commit c1efa9e

Please sign in to comment.