From 5511e27f2fa855c28d0094e99d10bc97ad678a5d Mon Sep 17 00:00:00 2001 From: FMCalisto Date: Wed, 14 Feb 2018 16:45:53 +0000 Subject: [PATCH] [UPDATE] Package JSON --- README.md | 3 ++- package.json | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 116b6f6..d619586 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,8 @@ You have several ways to run the scripts in your local machine. This repository The famous [npm](https://www.npmjs.com/) is most commonly used for managing [Node.js](https://nodejs.org/) modules, but it works for [AppleScript](https://developer.apple.com/library/content/documentation/AppleScript/Conceptual/AppleScriptLangGuide/introduction/ASLR_intro.html) too when combined with [some libraries](https://www.npmjs.com/browse/keyword/applescript). If you have some question about how to `start` via `npm start` just follow the [Documentation](https://docs.npmjs.com/cli/build) and we hope it will help you. ``` -npm start +npm install -g trash-back +npm run trash-back ``` #### Terminal diff --git a/package.json b/package.json index 6e312b9..a08274a 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "trash-back", - "version": "1.0.0", + "version": "1.0.1", "description": "A MacOS solution to Trash using the \"Put Back\" functionality to put all items inside Trash automatically.", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "node src/index.js" + "start": "node src/index.js", + "trash-back": "node src/index.js" }, "repository": { "type": "git",