[Pkg-javascript-commits] [d3-tip.js] 165/277: ignore docs directory when installing with bower
bhuvan krishna
bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:27 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 102e85b7a2d3bcab12fa617d3da1d8e3d69c5429
Author: Justin Palmer <justin at github.com>
Date: Sat Jul 6 22:45:24 2013 -0700
ignore docs directory when installing with bower
---
bower.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bower.json b/bower.json
index 1d535a4..d58079c 100644
--- a/bower.json
+++ b/bower.json
@@ -7,7 +7,8 @@
"node_modules",
"components",
"examples",
- "Makefile"
+ "Makefile",
+ "docs"
],
"dependencies": {
"d3": "~3.2.0"
--
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