From 43baa3ea519ece1bdda30c0bfb42900480ddaae0 Mon Sep 17 00:00:00 2001 From: Leo5878 <38134536+Leo5878@users.noreply.github.com> Date: Fri, 14 May 2021 00:49:22 +0300 Subject: [PATCH 1/2] Fixed inability to install a package Update package.json --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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": {}, From 64989c2d4629a44adaa4292fdb4c266527c3b40f Mon Sep 17 00:00:00 2001 From: Leo5878 <38134536+Leo5878@users.noreply.github.com> Date: Fri, 14 May 2021 00:50:48 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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