Skip to content

Commit

Permalink
added license information to bower.json
Browse files Browse the repository at this point in the history
We had problems getting any license information out the `flot.tooltip`package by using [bower-license](https://github.com/AceMetrix/bower-license) because neither `README.md` nor `package.json` are delivered by bower.

I simply added license information to `bower.json` to fix this.
  • Loading branch information
mojoaxel committed Nov 9, 2014
1 parent bf9683d commit e2cc21a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "flot.tooltip",
"version": "0.7.1",
"license": "MIT",
"main": "js/jquery.flot.tooltip.js",
"ignore": [
".gitignore",
Expand All @@ -10,4 +11,4 @@
"examples",
"js/old"
]
}
}

0 comments on commit e2cc21a

Please sign in to comment.