2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-23 15:20:34 +03:00

fix bug in htmlAttr handling causing missing attrs

This commit is contained in:
Declan de Wet
2016-10-31 07:52:20 +02:00
parent 017fde49e8
commit ac48085d38
5 changed files with 63 additions and 4 deletions
+5
View File
@@ -8,6 +8,8 @@
"rimraf": "^2.5.4",
"rollup": "^0.36.3",
"rollup-plugin-buble": "^0.14.0",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-node-resolve": "^2.0.0",
"snazzy": "^5.0.0",
"standard": "^8.5.0"
},
@@ -43,5 +45,8 @@
"Vue",
"define"
]
},
"dependencies": {
"deepmerge": "^1.2.0"
}
}