apius 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -31,6 +31,6 @@ export default {
31
31
  },
32
32
 
33
33
  randomArray: (arr) => {
34
- return Math.floor(Math.random() * arr.length)
34
+ return [arr](Math.floor(Math.random() * arr.length))
35
35
  }
36
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apius",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "A simple package.",
5
5
  "main": "index.js",
6
6
  "type": "module",