From bf0911f813407cb03cf5342143904f5475ee81c1 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Sat, 23 Jul 2016 06:36:05 -0300 Subject: [PATCH] Ignore .github folder --- .npmignore | 2 +- bower.json | 2 +- component.json | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.npmignore b/.npmignore index 7ac2145..c80e244 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ .editorconfig +.github .gitignore .npmignore .travis.yml @@ -6,7 +7,6 @@ bower.json changelog.md component.json composer.json -contributing.md gruntfile.js package.js package.json diff --git a/bower.json b/bower.json index 2b07fb3..767f784 100644 --- a/bower.json +++ b/bower.json @@ -29,6 +29,7 @@ ], "ignore": [ ".editorconfig", + ".github", ".gitignore", ".npmignore", ".travis.yml", @@ -36,7 +37,6 @@ "changelog.md", "component.json", "composer.json", - "contributing.md", "gruntfile.js", "package.js", "package.json", diff --git a/component.json b/component.json index 2735ee0..c9bf85b 100644 --- a/component.json +++ b/component.json @@ -29,6 +29,7 @@ ], "ignore": [ ".editorconfig", + ".github", ".gitignore", ".npmignore", ".travis.yml", @@ -36,7 +37,6 @@ "changelog.md", "component.json", "composer.json", - "contributing.md", "gruntfile.js", "package.js", "package.json", diff --git a/package.json b/package.json index 5dfb6a6..d18f107 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ ], "ignore": [ ".editorconfig", + ".github", ".gitignore", ".npmignore", ".travis.yml", @@ -36,7 +37,6 @@ "changelog.md", "component.json", "composer.json", - "contributing.md", "gruntfile.js", "package.js", "package.json", @@ -51,7 +51,7 @@ "grunt": "^0.4.5", "grunt-autoprefixer": "^3.0.3", "grunt-contrib-clean": "^0.7.0", - "grunt-contrib-sass": "~0.8.1", + "grunt-contrib-sass": "^0.8.1", "grunt-contrib-watch": "^0.6.1", "grunt-newer": "^1.1.1", "grunt-notify": "^0.4.3",