2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-05 08:32:24 +03:00

use object-assign ponyfill

This commit is contained in:
Declan de Wet
2016-11-08 13:17:10 +02:00
parent 1e235425d7
commit fa290273df
5 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"author": "Declan de Wet <declandewet@me.com>",
"bugs": "https://github.com/declandewet/vue-meta/issues",
"dependencies": {
"deepmerge": "^1.2.0"
"deepmerge": "^1.2.0",
"object-assign": "^4.1.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",