Skip to content

Commit

Permalink
chore: support pnpm and iCloud sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ourai committed May 14, 2024
1 parent 054b800 commit a78a46f
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 333 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# macOS
.DS_Store
*.nosync

sh.exe.stackdump

*.log
node_modules/

# npm
package-lock.json
node_modules

dist/

.cache/
Expand Down
332 changes: 0 additions & 332 deletions package-lock.json

This file was deleted.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"hexo-front-matter-defaults": "~0.0.0"
},
"devDependencies": {
"@knosys/sdk": "^0.0.3",
"@ntks/toolbox": "^0.0.6",
"ksio": "0.0.2"
},
"scripts": {
Expand Down

0 comments on commit a78a46f

Please sign in to comment.