Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGeorg committed May 28, 2021
1 parent 7666cd1 commit 8c56e26
Show file tree
Hide file tree
Showing 6 changed files with 1,820 additions and 1,640 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
}]
],
"presets": [
"@babel/preset-env",
"@babel/preset-env"
]
}
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"plugins": [
"import"
],
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 2018,
"ecmaFeatures": {
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Image manipulation is based on **[Sharp](https://sharp.pixelplumbing.com/)**. Pr

Version | sharp | node.js (pre-compiled)
----------------- | ---------------- | -------------
1.4.4+ | 0.27.1 | 10.16.0+
1.5.0+ | 0.28.3 | 10.16.0+
1.4.4 | 0.27.1 | 10.16.0+
1.3.4 | 0.25.2 | 10+
1.2.6 | 0.23.2 | 8, 10, 12, 13
1.2.3 | 0.22.1 | 6, 8, 10, 11, 12
Expand Down
Loading

0 comments on commit 8c56e26

Please sign in to comment.