-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add package.json #114
base: master
Are you sure you want to change the base?
Add package.json #114
Conversation
@@ -611,9 +611,14 @@ | |||
|
|||
|
|||
/*global define:true */ | |||
if (typeof define === 'function' && define.amd && define.amd.jQuery) { | |||
if (typeof define === 'function' && define.amd) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Official" UMD-wrapper for jquery plugins (https://github.com/umdjs/umd/blob/master/jqueryPluginCommonjs.js)
1d66074
to
6f1a302
Compare
I was just looking for exactly this! Thanks @SimenB . 👍 for |
@malsup ping 😄 |
d2de515
to
201fb61
Compare
@doublerebel I published it now. https://www.npmjs.com/package/block-ui @malsup Just give me a ping, and I'll transfer ownership |
👍 |
👍 |
Life saver !!!! Thumbs up |
As the official jQuery plugin repo is retired in favour of NPM, this should be published there (see http://plugins.jquery.com/).
I think the information in the json-file is correct. Tell me if it's not.
Oh, and could you do a
npm publish
if you merge this?