diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..28f1ba7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +.DS_Store \ No newline at end of file diff --git a/package.json b/package.json index 716175c..67d5725 100644 --- a/package.json +++ b/package.json @@ -16,14 +16,14 @@ "url": "https://github.com/filamentgroup/grunt-iconoclash/issues" }, "license": "MIT", - "main": "Gruntfile.js", "engines": { "node": ">= 0.10.0" }, + "main": "tasks/iconoclash", "scripts": { }, "dependencies": { - "fg-iconoclash": "^0.1.0" + "fg-iconoclash": "../iconoclash/" }, "devDependencies": { "grunt": "^1.0.1",