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

Commit cb5ccd1

Browse files
committed
feat(v2): Moving Jquery-ui to dev dependencies so it will run in to demo but won't be necessary for production (if you don't need drag & drop)
1 parent f0f2844 commit cb5ccd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"dependencies": {
1919
"angular": "~1.2.x",
20-
"jquery-ui": "~1.10.3",
2120
"fullcalendar": "~2.x"
2221
},
2322
"devDependencies": {
2423
"angular-mocks": "~1.x",
25-
"bootstrap-css": "2.3.1"
24+
"bootstrap-css": "2.3.1",
25+
"jquery-ui": "~1.10.3"
2626
}
2727
}

0 commit comments

Comments
 (0)