From 981edaf9d3560c86400be99a0473dfb26f8f8131 Mon Sep 17 00:00:00 2001 From: Yuku TAKAHASHI Date: Sun, 21 Sep 2014 17:15:52 +0900 Subject: [PATCH] Update bower.json and .gitigrore --- .gitignore | 1 + bower.json | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c3629e6..a088b6f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +bower_components diff --git a/bower.json b/bower.json index 4f525711..34062ed2 100644 --- a/bower.json +++ b/bower.json @@ -4,5 +4,16 @@ "main": "dist/jquery.textcomplete.min.js", "dependencies": { "jquery": ">=1.7.0" - } + }, + "authors": [ + "Yuku TAKAHASHI " + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] }