Skip to content

Commit eda67d2

Browse files
committed
Merge pull request #483 from nissoh/patch-1
defaulted the main bower file to be unminified (mutual convention)
2 parents e3c7cfa + 851515e commit eda67d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-ui-router",
33
"version": "0.2.0",
4-
"main": "./release/angular-ui-router.min.js",
4+
"main": "./release/angular-ui-router.js",
55
"dependencies": {
66
"angular": ">= 1.0.6"
77
}

0 commit comments

Comments
 (0)