codedance / jquery.AreYouSure

A light-weight jQuery "dirty forms" Plugin - it monitors html forms and alerts users to unsaved changes if they attempt to close the browser or navigate away from the page. (Are you sure?)
508 stars 145 forks source link

Create composer.json #58

Closed nicolas-brousse closed 9 years ago

nicolas-brousse commented 9 years ago

I propose you a composer.json file to permit the composer user install your plugin easily.

codedance commented 9 years ago

Hi @nicolas-brousse . I'm happy to accept this and push directly to master. I did however notice that the JSON in the "description" line as non-escaped quotes. e.g.

"description": "A light-weight jQuery "dirty forms" Plugin",

Is this correct?

nicolas-brousse commented 9 years ago

Hi @codedance. Yes, the "description" is wrong. I've correct it. :)