@unction/append
Advanced tools
Comparing version 6.2.0 to 6.2.1
{ | ||
"name": "@unction/append", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Takes a value and puts it at the end of the given list", | ||
@@ -71,4 +71,4 @@ "keywords": [ | ||
], | ||
"module": "index.js", | ||
"module": "module.js", | ||
"browser": "browser.js" | ||
} |
7942