Skip to content

Commit

Permalink
feat(package): deafult bower and npm to the MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Dec 2, 2013
1 parent c3f8cdc commit cf747c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": [
"asimov"
],
"license": "<%= license %>",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
Expand Down
7 changes: 6 additions & 1 deletion app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@
},
"engines": {
"node": ">=0.8.0"
}
},
"licenses": [
{
"type": "MIT"
}
]
}

0 comments on commit cf747c4

Please sign in to comment.