diff --git a/.gitignore b/.gitignore index 30bc162..6edd850 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/node_modules \ No newline at end of file +/node_modules +npm-debug.log diff --git a/package.json b/package.json index e210df1..fbd8f8e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Another CSS framework", "main": "index.js", "scripts": { - "start": "node_modules/gulp/bin/gulp.js", + "start": "node node_modules/gulp/bin/gulp.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {