Comparing version 0.0.2-alpha to 0.0.3-alpha
@@ -65,5 +65,4 @@ /* | ||
for (var i = 0, name, method; name = names[i++];) if ((method = proto[name])) methods[name] = method | ||
array.implement(methods) | ||
module.exports = array |
{ | ||
"name": "prime", | ||
"homepage": "https://github.com/mootools/prime", | ||
"version": "0.0.2-alpha", | ||
"version": "0.0.3-alpha", | ||
"main": "./main.js", | ||
@@ -14,3 +14,5 @@ "description": "prime, an OOP javascript library for node and the web.", | ||
], | ||
"bugs": "https://github.com/mootools/prime/issues", | ||
"bugs": { | ||
"url": "https://github.com/mootools/prime/issues" | ||
}, | ||
"license": "MIT (http://mootools.net/license.txt)", | ||
@@ -17,0 +19,0 @@ "repository": { |
@@ -39,10 +39,2 @@ /* | ||
var extend = function(object, props){ | ||
var self = create(object) | ||
each(props, function(v, k){ | ||
self[k] = v | ||
}) | ||
return self | ||
} | ||
var mutator = function(key, value){ | ||
@@ -49,0 +41,0 @@ this.prototype[key] = value |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
1
0
18022
619