mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-31 11:40:47 +00:00
cleanup uneeded dep
This commit is contained in:
parent
616b559b0d
commit
b0bb64d2be
4 changed files with 4 additions and 4 deletions
|
|
@ -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 -->
|
||||
|
||||
|
|
|
|||
|
|
@ -32,8 +32,7 @@
|
|||
'as.sortable',
|
||||
'angularMoment',
|
||||
'hc.marked',
|
||||
'mwl.calendar',
|
||||
'ngOrderObjectBy'
|
||||
'mwl.calendar'
|
||||
])
|
||||
.config(configMdTheme)
|
||||
.config(configMarked)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue