-
Notifications
You must be signed in to change notification settings - Fork 216
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
adds package.json #77
base: master
Are you sure you want to change the base?
Conversation
package.json
Outdated
"name": "requirejs-plugins-current", | ||
"version": "1.0.3", | ||
"description": "Small set of plugins for RequireJS (http://requirejs.org). Some plugins may also work on other AMD loaders (never tested it). For more plugins check RequireJS Wiki (https://github.com/jrburke/requirejs/wiki/Plugins). Note: this is a fork of the original requirejs-plugins repository, which only adds the package.json to make it installable via npm.", | ||
"keywords": "require, requirejs, plugins, node", |
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.
Keywords should be an array of strings (see https://docs.npmjs.com/files/package.json#keywords).
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.
fixed, thanks!
👍 👍 |
@millermedeiros, @yefremov, |
+1 |
I've added the
package.json
for packaging via npm. Moreover, I moved theREADME.mdown
toREADME.md
to be conform with packaging guidelines.Could you please also create a new version
v1.0.4
for the latest changes?