Skip to content

Commit

Permalink
ignore .gitignore file and modify main in bower package
Browse files Browse the repository at this point in the history
  • Loading branch information
jgenot committed Dec 2, 2015
1 parent 15b67fd commit fef7643
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
],
"license": "MIT",
"ignore": [
"bower_components"
"bower_components",
".gitignore"
],
"description": "Angular directive used to clamp an element by adding ellipsis to it if the content inside is too long. Based on Clamp.js by Joseph Schmitt",
"version": "0.1.0",
"main": ["./ng-clamp.js"],
"main": "ng-clamp.js",
"dependencies": {
"angular": ">=1.3.0"
}
Expand Down

0 comments on commit fef7643

Please sign in to comment.