Use Object.assign instead of xtend (#616)
As described by #563: > https://polyfill.io provides a fallback for browsers that don't support it, so for most people this will be a strict improvement.
This commit is contained in:
+1
-2
@@ -50,8 +50,7 @@
|
||||
"nanoraf": "^3.0.0",
|
||||
"nanorouter": "^3.0.1",
|
||||
"nanotiming": "^7.0.0",
|
||||
"scroll-to-anchor": "^1.0.0",
|
||||
"xtend": "^4.0.1"
|
||||
"scroll-to-anchor": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tap-format/spec": "^0.2.0",
|
||||
|
||||
Reference in New Issue
Block a user