Skip to content

Commit

Permalink
Add engines to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 2, 2023
1 parent e1e2c9d commit e3a3cf3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,10 @@ function addPackageJson() {
},
"sideEffects": [
"**/*.css"
]
],
"engines": {
"node": ">=14.0.0"
}
}`;

!fs.existsSync(outputDir) && fs.mkdirSync(outputDir);
Expand Down

0 comments on commit e3a3cf3

Please sign in to comment.