Skip to content

Commit

Permalink
released v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 7, 2023
1 parent 77993ea commit dbb5672
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"description": "client",
"scripts": {
Expand All @@ -20,7 +20,6 @@
"@wcj/dark-mode": "^1.0.15",
"@wcj/generate-password": "^1.0.3",
"crypto-js": "^4.1.1",
"fast-xml-parser": "^4.2.5",
"framer-motion": "^10.12.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.0.2",
"version": "0.0.3",
"packages": ["server", "client"]
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "pml",
"private": true,
"description": "Password Manager Lite.",
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/pml.git"
},
"scripts": {
"prepare": "husky install",
"start": "npm run start --workspace=client",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit dbb5672

Please sign in to comment.