Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Exposing license information according to bower format #378

Open
wants to merge 1 commit into
base: bower
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Exposing license information according to bower format
Strange enough, licensing information is present on master, but all the releases (tags) lack it.
mkotsur committed Jul 24, 2015
commit cbda674fb292c50c510b6b2dfdd70d3e0c145a95
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -5,5 +5,6 @@
"dependencies": {
"angular": ">=1.2.x",
"jquery-ui": ">=1.9"
}
},
"license": "MIT"
}