Issue 2447: NPM publishing process
Status:  Released
Owner: ----
Closed:  Mar 2015
Reported by mthro...@gmail.com, Feb 18, 2015
Please allow install and update by using npm and bower
Feb 21, 2015
Project Member #1 adamrs...@gmail.com
bower is already supported...
http://bower.io/search/?q=fullcalendar

but NPM is not. since the jQuery plugin site recommends publishing to NPM, I will implement it.
http://plugins.jquery.com/

I will make this ticket exclusively about publishing to NPM
Summary: NPM publishing process (was: Install by npm and bower)
Status: Accepted
Labels: Type-Feature
Feb 22, 2015
Project Member #2 adamrs...@gmail.com
I have updated the package.json for this
https://github.com/arshaw/fullcalendar/blob/4a321ddd6fbf0747211d2aa7959d2a533a8b5b99/package.json

making this live will just be a matter of running this command after the next release:
npm publish
Status: Implemented
Feb 22, 2015
Project Member #3 adamrs...@gmail.com
note to self:
after release, these two pull requests can be closed:
https://github.com/arshaw/fullcalendar/pull/179
https://github.com/arshaw/fullcalendar/pull/205
Mar 9, 2015
Project Member #4 adamrs...@gmail.com
released.
https://github.com/arshaw/fullcalendar/releases/tag/v2.3.1
Status: Released