From afa98b52e4a9fe5911b595ac998d5eb98f04722a Mon Sep 17 00:00:00 2001 From: Wing Date: Sun, 12 Mar 2017 22:16:15 +0800 Subject: [PATCH 1/2] Include Gruntfile.js in npm package --- .npmignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.npmignore b/.npmignore index 730a8bf5..327acc10 100644 --- a/.npmignore +++ b/.npmignore @@ -12,6 +12,5 @@ test\ bootstrap-elements.html bower.json CONTRIBUTING.md -Gruntfile.js index.html package.js From df3c050af27cb3590d007a21e62b61910dc9d935 Mon Sep 17 00:00:00 2001 From: Wing Date: Sun, 12 Mar 2017 22:18:20 +0800 Subject: [PATCH 2/2] Include Gruntfile.js in bower --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index 3cfa7989..4e049500 100644 --- a/bower.json +++ b/bower.json @@ -20,7 +20,6 @@ ".jshintrc", ".travis.yml", "CONTRIBUTING.md", - "Gruntfile.json", "index.html", "**/.*", "node_modules",