Skip to content

Commit 5cb1010

Browse files
committed
Fix missing license for Bower
I'm not sure I'm supposed to propose such a patch, even if minor change, from a licensing point of view, this is not minor at all.
1 parent 6f4adc5 commit 5cb1010

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bower.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"name": "holderjs",
3-
"main": "holder.js"
3+
"main": "holder.js",
4+
"license": "MIT"
45
}

0 commit comments

Comments
 (0)