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:
alex
2019-06-11 22:50:34 +02:00
committed by Carl Törnqvist
parent 3d3b2280f4
commit 555ab4b5f9
2 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -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",