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",