Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
revert: chore(deps): pin node.js to 16.6.1 (#25)
Browse files Browse the repository at this point in the history
This reverts commit f5e7f8d.
  • Loading branch information
ivangabriele committed Aug 23, 2021
1 parent 7aab404 commit 62a487c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": "16.6.1"
"node": ">= 10"
},
"scripts": {
"build": "rollup -c && copyfiles -f ./src/index.d.ts ./dist",
Expand Down

0 comments on commit 62a487c

Please sign in to comment.