diff --git a/README.md b/README.md index f5c8d2c..bbb0124 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,14 @@ This tool has no native dependencies (**no need for ImageMagick or even Photosho You just need to have a recent version of NodeJS installed on your system. ## Install - +npm ``` npm install -g psd-cli ``` +yarn +``` +yarn add global psd-cli +``` ## Usage diff --git a/package.json b/package.json index 65e500c..ae650dc 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,12 @@ { "name": "psd-cli", - "version": "0.2.1", + "version": "0.2.2", "description": "Convert to PNG and extract text from Photoshop files using the CLI", "author": "Simon Tarchichi ", "bin": { "psd": "./bin/psd.js" }, "main": "index.js", - "engines": { - "node": "5.0.0" - }, "repository": { "type": "git", "url": "https://github.com/kartsims/psd-cli" @@ -26,7 +23,7 @@ "chalk": "1.1.1", "commander": "2.9.0", "file-type": "3.3.0", - "psd": "3.1.0", + "psd": "3.2.0", "read-chunk": "1.0.1" }, "devDependencies": {},