Skip to content

Commit

Permalink
use node 16 for package compat
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Jun 20, 2024
1 parent c98e0a6 commit 65e8c13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "hal9landing",
"version": "0.0.16",
"name": "hal9",
"version": "2.1.0",
"scripts": {
"clean": "rm -rf node_modules",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"license": "MIT",
"dependencies": {
"vue": "^2.7.14"
},
Expand Down

0 comments on commit 65e8c13

Please sign in to comment.