Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dills122 committed Aug 1, 2020
2 parents 02327d1 + edbc3ab commit bbc57d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-hash",
"version": "3.3.8",
"version": "3.5.0",
"description": "Create a hash from an image",
"main": "lib/imageHash.js",
"types": "lib/imageHash.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "es2018",
"target": "es2015",
"noEmitOnError": true,
"declaration": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit bbc57d6

Please sign in to comment.