Skip to content

Commit

Permalink
[UPDATE] Package JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
FMCalisto committed Feb 14, 2018
1 parent ffd23c4 commit 5511e27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5511e27

Please sign in to comment.