just-split-at
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "just-split-at", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "splits an array into two at a given position", | ||
@@ -10,3 +10,8 @@ "main": "index.js", | ||
"repository": "https://github.com/angus-c/split-at", | ||
"keywords": ["array", "split-at", "no-dependencies", "just"], | ||
"keywords": [ | ||
"array", | ||
"split-at", | ||
"no-dependencies", | ||
"just" | ||
], | ||
"author": "Cameron Hunter", | ||
@@ -13,0 +18,0 @@ "license": "MIT", |
2607
4