Skip to content

Commit

Permalink
chore: build script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anikethsaha committed Apr 16, 2020
1 parent e55c7bb commit b6a1db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cssnano-util-get-match/package.json
Expand Up @@ -24,6 +24,6 @@
"url": "https://github.com/cssnano/cssnano/issues"
},
"engines": {
"node": ">=10.13"
"node": ">=10.13.0"
}
}
2 changes: 1 addition & 1 deletion util/buildPackages.js
Expand Up @@ -144,7 +144,7 @@ function updatePackage(pkg) {
pkgJson.bugs.url = `${homepage}/issues`;

pkgJson.engines = pkgJson.engines || {};
pkgJson.engines.node = '>=6.9.0';
pkgJson.engines.node = '>=10.13.0';

return fs.writeFile(
`${pkg}/package.json`,
Expand Down

0 comments on commit b6a1db5

Please sign in to comment.