diff --git a/.gitignore b/.gitignore index 1991c94..846cc0d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ .idea node_modules *.log -bin \ No newline at end of file +bin +lib diff --git a/package.json b/package.json index 6a6fad9..569127a 100644 --- a/package.json +++ b/package.json @@ -12,12 +12,14 @@ }, "main": "./index", "scripts": { - "install": "grunt" + "prepublish": "grunt" }, "dependencies": { "async": "~0.1.22", "q-fs": "~0.1.32", - "underscore": "~1.4.2", + "underscore": "~1.4.2" + }, + "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-coffee": "~0.7.0", "grunt-contrib-clean": "~0.5.0"