diff --git a/README.md b/README.md index 3e9c2ce..76a9467 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The output in the destination directory will be: ## Features -- Copies files to destination directory using timestamp from the JSON file +- Copies files to destination directory using `photoTakenTime` from the JSON file - Copies the (usually best) "edited" version where possible to prevent duplicates - Retains source directory folder structure to handle Takeout's exporting of albums - Handles some common Takeout export filename and encoding issues diff --git a/package-lock.json b/package-lock.json index 16861ca..b6a3c34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "gphotos-takeout-repair", "version": "1.1.0", - "license": "ISC", + "license": "MIT", "dependencies": { "fs-extra": "^11.1.1", "yargs": "^17.7.2" diff --git a/package.json b/package.json index 98ec07f..1ecb00b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.1.0", "description": "Transform a Google Photos export (created with Takeout) into a useful directory of files.", "author": "Alec Rust ", - "license": "ISC", + "license": "MIT", "main": "src/index.js", "bin": { "gphotos-takeout-repair": "src/index.js"