@unction/append
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@unction/append", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Takes a value and puts it at the end of the given list", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"pretest": "npm run build", | ||
"test": "tap --no-coverage --no-coverage-report --no-color --jobs-auto --reporter dot './transpiled/test.js'", | ||
"test": "tap --reporter min './transpiled/test.js'", | ||
"build": "babel './index.js' './test.js' -d './transpiled/'", | ||
@@ -26,0 +26,0 @@ "lint": "eslint './index.js'" |
2790
6