Skip to content

Commit

Permalink
non-minified version is distributed by bower, fixes artch#33
Browse files Browse the repository at this point in the history
  • Loading branch information
artch committed Apr 7, 2014
1 parent afab3ae commit 6857cf4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "angular-route-segment",
"version": "1.2.0",
"main": "build/angular-route-segment.min.js",
"main": "build/angular-route-segment.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"example"
"example",
"Gruntfile.js",
"karma-angular-1.1.5.conf.js",
"karma-angular-1.2.0rc1.conf.js",
"package.json",
"src"
]
}

0 comments on commit 6857cf4

Please sign in to comment.