Comparing version 4.1.0 to 4.2.0
@@ -35,2 +35,6 @@ const is = require('arc-is'); | ||
rand() { | ||
return this[Math.floor(Math.random() * this.length)] | ||
} | ||
//This is our format for evaluating named prototypes | ||
@@ -37,0 +41,0 @@ toString(){ |
{ | ||
"name": "arc-array", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "An array convenience subclass", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "tap test/*.js --coverage --coverage-report=html" | ||
"test": "jest" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
8304
10
161