Skip to content

Commit

Permalink
publish decleration files to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
garzj committed May 22, 2024
1 parent 35311e6 commit 266ade1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-photos-migrate",
"version": "2.3.10",
"version": "2.4.0",
"description": "A tool to fix EXIF data and recover filenames from a Google Photos takeout.",
"main": "./lib/index.js",
"bin": {
Expand Down Expand Up @@ -49,8 +49,10 @@
"immich",
"migrate"
],
"directories": {
"lib": "lib"
},
"files": [
"/lib",
"/LICENSE",
"/README.md"
],
Expand Down

0 comments on commit 266ade1

Please sign in to comment.