Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"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",

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).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed, thanks!

"license": "MIT",
"homepage": "https://github.com/jauernigit/requirejs-plugins-current",
"author": "Miller Medeiros (http://blog.millermedeiros.com)",
"contributors": [
"Matthias Jauernig <matthias@jauernig-it.de> (http://www.jauernig-it.de)"
],
"repository": {
"type": "git",
"url": "https://github.com/jauernigit/requirejs-plugins-current.git"
},
"bugs": {
"url": "https://github.com/jauernigit/requirejs-plugins-current/issues"
}
}