[Pkg-javascript-commits] [node-ripemd160] 03/71: added ignore to npm and bower

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:25:36 UTC 2017


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

rouca pushed a commit to branch master
in repository node-ripemd160.

commit 6a998abc31a6eda12c6e1ab66398e27ea7653704
Author: JP Richardson <jprichardson at gmail.com>
Date:   Wed Nov 6 22:27:49 2013 -0600

    added ignore to npm and bower
---
 .npmignore | 4 +++-
 bower.json | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.npmignore b/.npmignore
index e2473e4..5f4d900 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,4 +1,6 @@
 .gitignore
 test/
 .DS_Store
-references/
\ No newline at end of file
+references/
+component.json
+bower.json
\ No newline at end of file
diff --git a/bower.json b/bower.json
index 1f6f277..180f62f 100644
--- a/bower.json
+++ b/bower.json
@@ -13,7 +13,9 @@
   "ignore": [
     "node_modules",
     ".DS_Store",
-    "references"
+    "references",
+    "component.json",
+    "packabe.json"
   ],
   "dependencies": {
     "cryptocoin-convert-hex": "0.0.x",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ripemd160.git



More information about the Pkg-javascript-commits mailing list