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

Commit 9ddfc77

Browse files
committed
add fullcal dependency to package.json
1 parent 67af81e commit 9ddfc77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"license": "MIT",
77
"homepage": "http://angular-ui.github.com",
88
"main": "src/calendar.js",
9-
"dependencies": {},
9+
"dependencies": {
10+
"fullcalendar": "~2.7.1"
11+
},
1012
"devDependencies": {
1113
"grunt": "^0.4.5",
1214
"grunt-contrib-connect": "^0.10.1",

0 commit comments

Comments
 (0)