[Pkg-javascript-commits] [d3-tip.js] 180/277: Ignore bower_components directory

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

bhuvan-guest pushed a commit to branch master
in repository d3-tip.js.

commit b3e1bfd0a7622d7337bb9190f4200045b0f98b7e
Author: Justin Palmer <justin at github.com>
Date:   Thu Sep 19 11:27:41 2013 -0700

    Ignore bower_components directory
---
 bower.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bower.json b/bower.json
index d693236..21908a5 100644
--- a/bower.json
+++ b/bower.json
@@ -6,6 +6,7 @@
     "**/.*",
     "node_modules",
     "components",
+    "bower_components",
     "examples",
     "Makefile",
     "docs"
@@ -13,4 +14,4 @@
   "dependencies": {
     "d3": "3"
   }
-}
\ No newline at end of file
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/d3-tip.js.git



More information about the Pkg-javascript-commits mailing list