Skip to content

Commit

Permalink
feat(commonjs): Restore support for node 10 after rollup#1038
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jul 5, 2022
1 parent 985cf4c commit 288d9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/commonjs/package.json
Expand Up @@ -20,7 +20,7 @@
"import": "./dist/es/index.js"
},
"engines": {
"node": ">= 12.0.0"
"node": ">= 10.0.0"
},
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit 288d9a8

Please sign in to comment.