mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-23 16:46:25 +00:00
Compare commits
No commits in common. "0a977a0b3db0c20f9c32f1dd629356657b095414" and "2042ca97c178bf1408c508a75d04984ab43732c1" have entirely different histories.
0a977a0b3d
...
2042ca97c1
@ -1,15 +1,15 @@
|
||||
{
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@8.6.12",
|
||||
"packageManager": "pnpm@8.6.5",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build && next export"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "^13.4.19",
|
||||
"nextra": "^2.11.1",
|
||||
"nextra-theme-docs": "^2.11.1",
|
||||
"next": "^13.4.7",
|
||||
"nextra": "^2.8.0",
|
||||
"nextra-theme-docs": "^2.8.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
}
|
||||
|
@ -1,7 +0,0 @@
|
||||
# Delete empty directories
|
||||
|
||||
```bash
|
||||
find . -type d -empty -delete
|
||||
```
|
||||
|
||||
This recursively finds and deletes empty directory.
|
561
pnpm-lock.yaml
generated
561
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user