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

Commit

Permalink
add fullcal dependency to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
peterver committed Jul 26, 2016
1 parent 67af81e commit 9ddfc77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"license": "MIT",
"homepage": "http://angular-ui.github.com",
"main": "src/calendar.js",
"dependencies": {},
"dependencies": {
"fullcalendar": "~2.7.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.10.1",
Expand Down

0 comments on commit 9ddfc77

Please sign in to comment.