Skip to content

Commit 851515e

Browse files
author
Nissan Hanina
committed
defaulted the main bower file to be unminified (mutual convention)
fix #393
1 parent 3033508 commit 851515e

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)