diff --git a/.gitignore b/.gitignore index 38451c2e84..f9b889161e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ dev.html projects .zenflow-log -node_modules \ No newline at end of file +node_modules +npm-debug.log \ No newline at end of file diff --git a/package.json b/package.json index 77ca88a130..4e4f38f033 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,5 @@ , "devDependencies": { "jshint": "0.6.1" , "connect": "2.1.3" - , "phantomjs": "1.7.0" } } \ No newline at end of file