Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit ed475e9

Browse files
committed
feat(v2): Remove redundant dependencies that arrive from fullcalendar
1 parent 7d0c6f5 commit ed475e9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

bower.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
],
1818
"dependencies": {
1919
"angular": "~1.2.x",
20-
"moment": "2.5.1",
21-
"jquery": "~2.x",
22-
"jquery-ui": "~1.10.3",
2320
"fullcalendar": "~2.x"
2421
},
2522
"devDependencies": {

test/test.conf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ module.exports = function (config) {
44
basePath : '..',
55
files : [
66
'bower_components/jquery/dist/jquery.js',
7-
'bower_components/jquery-ui/ui/*.js',
87
'bower_components/angular/angular.js',
98
'bower_components/angular-mocks/angular-mocks.js',
109
'bower_components/moment/moment.js',

0 commit comments

Comments
 (0)