Skip to content

Commit

Permalink
Subject: remove unused dependencies
Browse files Browse the repository at this point in the history
What Happened:
- remove underscore and underscore.string from the dependencies list
  • Loading branch information
ziscloud committed Sep 29, 2014
1 parent 6619586 commit 3e2221a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
],
"dependencies": {
"angular": "~1.2",
"footable": "~2.0.0",
"underscore.string": "~2.3.0",
"underscore": "~1.7.0"
"footable": "~2.0.0"
},
"devDependencies": {
"angular-mocks": "~1.2",
Expand Down

0 comments on commit 3e2221a

Please sign in to comment.