From 3039fc538947ccb4640e2f711b42a1848aec425b Mon Sep 17 00:00:00 2001 From: Scott Jehl Date: Tue, 2 Jun 2020 15:55:08 -0400 Subject: [PATCH] gitignore --- .gitignore | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore 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",