Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #87 from LWJerri/master
Browse files Browse the repository at this point in the history
v2.1.4 release
  • Loading branch information
LWJerri authored Feb 23, 2024
2 parents 75d200f + 8609f5f commit 27f176d
Show file tree
Hide file tree
Showing 5 changed files with 1,241 additions and 951 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This app is designed specifically for Amazon's FC warehouses and is meant to red
### Web Variant

1. Run `pnpm vite:dev` to run app in dev mode, now you can do what you want and immediately see result.
2. Run `pnpm vite:build & pnpm vite:preview` to run app in preview mode aka. production variant.
2. Run `pnpm vite:build && pnpm vite:preview` to run app in preview mode aka. production variant.

### App Variant

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "findid",
"version": "2.1.3",
"version": "2.1.4",
"description": "An application for working with IDs of different types, designed to maximize productivity.",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"interweave": "^13.1.0",
"lucide-react": "^0.336.0",
"lucide-react": "^0.338.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.0",
Expand All @@ -43,7 +43,7 @@
"devDependencies": {
"@tauri-apps/cli": "^1.5.9",
"@types/node": "^20.11.4",
"@types/react": "^18.2.48",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
Expand Down
Loading

0 comments on commit 27f176d

Please sign in to comment.