Skip to content

Commit

Permalink
chore(examples): unpin node version
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Jan 20, 2025
1 parent 5478842 commit 82e245a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions examples/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@
"@alterjs/saber-plugin-feed": "latest",
"@alterjs/saber-plugin-query-posts": "latest",
"saber-theme-minima": "latest"
},
"volta": {
"node": "16.20.2"
}
}
3 changes: 0 additions & 3 deletions examples/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
"dependencies": {
"@alterjs/saber": "^0.13.0",
"markdown-it-footnote": "^3.0.3"
},
"volta": {
"node": "16.20.2"
}
}
3 changes: 0 additions & 3 deletions examples/extract-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
},
"dependencies": {
"@alterjs/saber": "^0.13.0"
},
"volta": {
"node": "16.20.2"
}
}
3 changes: 0 additions & 3 deletions examples/use-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@
"@alterjs/saber": "^0.13.0",
"@alterjs/saber-plugin-query-posts": "^0.13.0",
"saber-theme-minima": "latest"
},
"volta": {
"node": "16.20.2"
}
}

0 comments on commit 82e245a

Please sign in to comment.