elderwand 0.1.65 → 0.1.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -208,7 +208,7 @@ module.exports = function(){
208
208
  }
209
209
  return obj;
210
210
  });
211
- addPropertyToClass(Array.prototype,"group", function(keyFunc){
211
+ addPropertyToClass(Array.prototype,"groupEW", function(keyFunc){
212
212
  var obj = {};
213
213
  for(var i = 0; i < this.length; i++){
214
214
  var item = this[i];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elderwand",
3
- "version": "0.1.65",
3
+ "version": "0.1.66",
4
4
  "description": "Mamtas Technology Internal Framework",
5
5
  "main": "./node_modules/.bin/nodemon index.js",
6
6
  "scripts": {