cleanup uneeded dep

This commit is contained in:
Johannes Millan 2017-01-29 02:47:01 +01:00
parent 616b559b0d
commit b0bb64d2be
4 changed files with 4 additions and 4 deletions

View file

@ -97,6 +97,7 @@ TODO configure more restrictive Content-Security-Policy
<script src="bower_components/angular-bootstrap-calendar/dist/js/angular-bootstrap-calendar-tpls.js"></script>
<script src="bower_components/hamsterjs/hamster.js"></script>
<script src="bower_components/angular-order-object-by/src/ng-order-object-by.js"></script>
<script src="bower_components/linkifyjs/linkify.js"></script>
<!-- endbower -->
<!-- endbuild -->

View file

@ -32,8 +32,7 @@
'as.sortable',
'angularMoment',
'hc.marked',
'mwl.calendar',
'ngOrderObjectBy'
'mwl.calendar'
])
.config(configMdTheme)
.config(configMarked)

View file

@ -33,8 +33,7 @@
"moment-duration-format": "^1.3.0",
"angular-marked": "^1.2.2",
"angular-bootstrap-calendar": "^0.27.5",
"hamsterjs": "^1.1.2",
"angular-order-object-by": "^1.3.0"
"hamsterjs": "^1.1.2"
},
"devDependencies": {
"angular-mocks": "1.5.8"

View file

@ -34,6 +34,7 @@ module.exports = function(config) {
'app/bower_components/angular-bootstrap-calendar/dist/js/angular-bootstrap-calendar-tpls.js',
'app/bower_components/hamsterjs/hamster.js',
'app/bower_components/angular-order-object-by/src/ng-order-object-by.js',
'app/bower_components/linkifyjs/linkify.js',
'app/bower_components/angular-mocks/angular-mocks.js',
// endbower