Skip to content

Commit

Permalink
Lowering minimum version to 14.0.0, fixes #161
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Sep 28, 2022
1 parent ae798bf commit 8eb722d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filesize",
"description": "JavaScript library to generate a human readable String describing the file size",
"version": "10.0.0",
"version": "10.0.1",
"homepage": "https://filesizejs.com",
"author": "Jason Mulligan <[email protected]>",
"repository": {
Expand All @@ -23,7 +23,7 @@
"type": "module",
"sourceType": "module",
"engines": {
"node": ">= 16.0.0"
"node": ">= 14.0.0"
},
"scripts": {
"build": "mkdir -p dist && rm -rf dist/* && npm run rollup",
Expand Down

0 comments on commit 8eb722d

Please sign in to comment.