common-sequence
Advanced tools
+2
-2
| { | ||
| "name": "common-sequence", | ||
| "author": "Lloyd Brookes <75pound@gmail.com>", | ||
| "version": "2.0.1", | ||
| "version": "2.0.2", | ||
| "description": "Returns an array containing the initial elements which both input arrays have in common", | ||
@@ -24,3 +24,3 @@ "repository": "https://github.com/75lb/common-sequence", | ||
| "scripts": { | ||
| "test": "npm run dist && test-runner test.js", | ||
| "test": "test-runner test.js", | ||
| "docs": "jsdoc2md -c jsdoc.conf -t README.hbs index.mjs > README.md", | ||
@@ -27,0 +27,0 @@ "dist": "rollup -f umd -n commonSequence -o dist/index.js index.mjs" |
8447
-0.19%