Skip to content

Commit

Permalink
build(npm): add volta config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed Mar 4, 2024
1 parent b302a3f commit a0600aa
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,22 @@
"vite-plugin-pwa": "0.19.2"
},
"browserslist": {
"development": ["last 1 version"],
"production": ["> 1%", "last 2 versions", "not ie <= 10"]
"development": [
"last 1 version"
],
"production": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-git"
}
},
"volta": {
"node": "20.11.1",
"npm": "10.5.0"
}
}

0 comments on commit a0600aa

Please sign in to comment.