Skip to content

Commit

Permalink
added ignore, authors and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ismarslomic committed Oct 2, 2015
1 parent d7eec2d commit bf54394
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "angular-read-more",
"description": "AngularJS Read More Directive",
"main": "src/readmore.js",
"version": "1.0.0.",
"main": "dist/readmore.min.js",
"keywords": [
"angular",
"angularjs",
Expand All @@ -19,11 +20,18 @@
}
],
"ignore": [
"**/.*",
"node_modules",
"coverage",
"bower_components",
"example"
"coverage",
"example",
"node_modules",
"src",
".editorconfig",
".gitignore",
".npmignore",
".travis.yml",
"angular-read-more.png",
"gulpfile.js",
"karma.conf.js"
],
"dependencies": {
"angular": "~1.4.6",
Expand Down

0 comments on commit bf54394

Please sign in to comment.