@unction/append
Advanced tools
Comparing version 6.10.0 to 6.10.1
{ | ||
"name": "@unction/append", | ||
"version": "6.10.0", | ||
"version": "6.10.1", | ||
"description": "Takes a value and puts it at the end of the given list", | ||
@@ -66,3 +66,4 @@ "keywords": [ | ||
"browser": "browser.js", | ||
"types": "types.d.ts" | ||
"types": "types.d.ts", | ||
"sideEffects": false | ||
} |
20851