Skip to content

Commit

Permalink
fix(bower.json): change name in bower.json
Browse files Browse the repository at this point in the history
- rename 'bower-angular-i18n' to 'angular-i18n' that it matches registry name
  • Loading branch information
0x-r4bbit committed Apr 26, 2013
1 parent 870a123 commit 9cc541f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "bower-angular-i18n",
"name": "angular-i18n",
"version": "1.0.6",
"ignore": [
"**/.*",
"node_modules",
"components"
]
}
}

0 comments on commit 9cc541f

Please sign in to comment.