diff --git a/README.md b/README.md index 92b0161..fedbf4a 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Extract JSON meta-data and images from a SWF file ### Operation -1 - Will parse the input directory to find SWF files corresponding to the given source file pattern. -2 - Will sequentially parse and process the SWF files. -3 - Will export JSON meta-data and images corresponding to the SWF files. +* Will parse the input directory to find SWF files corresponding to the given source file pattern. +* Will sequentially parse and process the SWF files. +* Will export JSON meta-data and images corresponding to the SWF files. ## TODO diff --git a/package.json b/package.json index b5be869..2c74912 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jeff", "description": "Extracts Json meta-data and images from a SWF Flash file.", "version": "0.1.0", - "private": true, + "private": false, "author": { "name": "Brice Chevalier", "email": "bchevalier@wizcorp.jp"