Skip to content

Commit

Permalink
Removed all npm & bower warnings dependencies that are under our cont…
Browse files Browse the repository at this point in the history
…rol.
  • Loading branch information
gunta committed Jul 1, 2015
1 parent 66fdb58 commit 45d6653
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"angular-sanitize": "1.4.1",
"angular-animate": "1.4.1",
"angular-touch": "1.4.1",
"lodash": "~3.9.3",
"lodash": "~3.10.0",
"oboe": "~2.1.2",
"ng-table": "git://github.com/esvit/ng-table.git#bd9ec42172389257fcd312330013302b2696ac2a",
"angular-gettext": "git://github.com/rubenv/angular-gettext.git#6bf6a66d8b4fd6c5e0fddcee050991391977cf87",
Expand All @@ -31,13 +31,17 @@
"epoch": "~0.6.0",
"ng-epoch": "~1.0.7",
"eventEmitter": "~4.2.11",
"angular-ladda": "~0.2.2"
"angular-ladda": "~0.2.2",
"d3": "~3.5.5",
"spin.js": "~2.3.1"
},
"private": true,
"devDependencies": {
"angular-mocks": "1.4.1"
},
"resolutions": {
"angular": "1.4.1"
"angular": "1.4.1",
"d3": "~3.5.5",
"spin.js": "~2.3.1"
}
}

0 comments on commit 45d6653

Please sign in to comment.