@flatten/array
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -0,1 +1,5 @@ | ||
## 1.1.7 - 2018/07/15 | ||
1. second attempt to make the performance.png image show on npmjs.com... by referencing it with an absolute path. The problem is it will always be the newest one, not matching the published version being viewed at npmjs.com. I could do the link to the exact version, but, I'd have to change that link every time I publish new performance results... | ||
## 1.1.6 - 2018/07/15 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@flatten/array", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Fastest array flatten.", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib/index.js", | ||
"docs/performance.png" | ||
"lib/index.js" | ||
], | ||
@@ -10,0 +9,0 @@ "keywords": [ |
@@ -103,5 +103,5 @@ # @flatten/array | ||
![Show performance comparison with various inputs for this implementation, array-flatten, and flatten-array.](docs/performance.png) | ||
![Show performance comparison with various inputs for this implementation, array-flatten, and flatten-array.](https://raw.githubusercontent.com/elidoran/flatten-array/master/docs/performance.png) | ||
## [MIT License](LICENSE) |
11669
5