Skip to content

Commit

Permalink
Bower Manifest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexk111 committed Jul 18, 2014
1 parent 6a7e23e commit 0d44037
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
],
"description": "Image crop directive for AngularJS",
"main": [
"dist/ng-img-crop.js",
"dist/ng-img-crop.css"
"compile/minified/ng-img-crop.js",
"compile/minified/ng-img-crop.css"
],
"keywords": [
"angular",
Expand All @@ -20,8 +20,7 @@
"ignore": [
"node_modules",
"bower_components",
"test",
"tests"
"test"
],
"devDependencies": {
"angular": "~1.2.19"
Expand Down

0 comments on commit 0d44037

Please sign in to comment.