From 8e8c1c42d3763aea3020a7ffe2b0a9ad85ba0ff2 Mon Sep 17 00:00:00 2001 From: Felix Su Date: Tue, 14 Feb 2017 11:32:11 -0800 Subject: [PATCH] updated gitignore to ignore idea files --- .gitignore | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c0e4ac5..23450a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ key/* node_modules/* +.idea/* \ No newline at end of file diff --git a/package.json b/package.json index 36e1d67..8f8e976 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "Stella Voice Control", + "name": "stella", "version": "1.0.0", "description": "A Launchpad app that browses the web using your voice", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git",