Skip to content

Commit 124fd91

Browse files
author
Ivan Lim
committed
fix: add pnpm lock file
1 parent 6190dab commit 124fd91

4 files changed

Lines changed: 8139 additions & 6 deletions

File tree

.github/workflows/ssh-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Version: 3.0.0
1+
# Version: 3.0.1
22
# Last Updated: 2025-11-06
33

4-
name: Deploy to Shared Hosting (FTP/S)
4+
name: Deploy to Shared Hosting
55

66
on:
77
push:

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ logs
2121
.env
2222
.env.*
2323
!.env.example
24-
25-
*.lock
26-
pnpm-lock.yaml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-online-timer",
33
"displayName": "Online Timer",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"author": {
66
"name": "Ivan Lim"
77
},

0 commit comments

Comments
 (0)