Skip to content

Commit

Permalink
chore: add node engine >=12.0.0 to package
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntler committed Nov 21, 2022
1 parent 880716a commit c4f41bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"^csv-parse/browser/esm": "<rootDir>/node_modules/csv-parse/dist/cjs/index.cjs"
}
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"start": "start-storybook -p 6006",
"build": "rm -rf dist && npm run build:esm && npm run build:cjs",
Expand Down

0 comments on commit c4f41bc

Please sign in to comment.