Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigismall committed Feb 19, 2024
1 parent 84f77c4 commit c046f1e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 55 deletions.
26 changes: 0 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,3 @@
Allow to add map thumbnail on photo, based on EXIF data or user input.

Visit https://bigismall.github.io/maponphoto/ to see it in action!

## Building and running on localhost

First install dependencies:

```sh
npm install
```

To run in hot module reloading mode:

```sh
npm dev
```

To create a production build:

```sh
npm build
```


## Credits

Made with [Vite](https://vitejs.dev/)

59 changes: 32 additions & 27 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"sass": "^1.70.0",
"sass": "^1.71.0",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vite": "^5.1.3",
"vite-plugin-eslint": "^1.8.1"
},
"dependencies": {
Expand Down

0 comments on commit c046f1e

Please sign in to comment.