Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
garygrossgarten committed Feb 3, 2019
1 parent 30914bc commit 67de64c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.1",
"description": "simple cli tool to prevent your mac from going to sleep when closing the lid. 👀",
"main": "dist/generated/index.js",
"repository": {
"url": "https://github.com/garygrossgarten/wach",
"type": "git"
},
"scripts": {
"build": "node_modules/.bin/tsc -p .",
"start": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/generated/index.ts",
Expand Down

0 comments on commit 67de64c

Please sign in to comment.