Skip to content

Commit

Permalink
Update bower.json and .gitigrore
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Sep 21, 2014
1 parent 8292d21 commit 981edaf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
node_modules
bower_components
13 changes: 12 additions & 1 deletion bower.json
Expand Up @@ -4,5 +4,16 @@
"main": "dist/jquery.textcomplete.min.js",
"dependencies": {
"jquery": ">=1.7.0"
}
},
"authors": [
"Yuku TAKAHASHI <taka84u9@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 981edaf

Please sign in to comment.