From 397c6391d3a3a740ecd4c9c156db2db51b0d4055 Mon Sep 17 00:00:00 2001 From: sudheesh001 Date: Sat, 3 Aug 2019 10:31:09 +0300 Subject: [PATCH] Add IDE specific gitignores and set npm dev as default local moneyd execution --- .gitignore | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c2658d7..78f2710 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules/ +.idea/ diff --git a/package.json b/package.json index 2452ec0..a05653f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\"", - "lint": "eslint ." + "lint": "eslint .", + "dev": "./bin/moneyd.js local" }, "author": "Ben Sharafian", "license": "Apache-2.0",