Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
* added check from define.amd
  • Loading branch information
doug-martin committed Jun 5, 2013
1 parent cc02508 commit 4d6d427
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arguments-extended.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -29,7 +29,7 @@
module.exports = defineArgumentsExtended(require("extended"), require("is-extended"));

}
} else if ("function" === typeof define) {
} else if ("function" === typeof define && define.amd) {
define(["extended", "is-extended"], function (extended, is) {
return defineArgumentsExtended(extended, is);
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "arguments-extended",
"version": "0.0.1",
"version": "0.0.2",
"description": "Utilities for working with arguments object",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4d6d427

Please sign in to comment.