Fix vue-headful requirement

This commit is contained in:
Adam Goldsmith 2019-01-09 19:52:48 -05:00
parent b1372fe404
commit 2d931e5122
2 changed files with 2 additions and 11 deletions

9
package-lock.json generated
View File

@ -7371,15 +7371,6 @@
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.2.tgz",
"integrity": "sha512-opKtsxjp9eOcFWdp6xLQPLmRGgfM932Tl56U9chYTnoWqKxQ8M20N7AkdEbM5beUh6wICoFGYugAX9vQjyJLFg=="
},
"vue-simple-headful": {
"version": "2.2.6",
"resolved": "https://registry.npmjs.org/vue-simple-headful/-/vue-simple-headful-2.2.6.tgz",
"integrity": "sha512-gV/mE4rJ8O35rJpYtto7uQDIKtwUfZCsuVleeCsNtBAWr2p1BJIsnVOLyRIbOrXRUUzaKtIyjE1cum1JlTuKYg==",
"requires": {
"headful": "^1.0.0",
"vue-headful": "^2.0.1"
}
},
"vue-template-compiler": {
"version": "2.5.21",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.21.tgz",

View File

@ -21,9 +21,9 @@
"phantom": "^4.0.12",
"v-runtime-template": "^1.5.2",
"vue": "^2.5.21",
"vue-headful": "^2.0.1",
"vue-hot-reload-api": "^2.3.1",
"vue-router": "^3.0.2",
"vue-simple-headful": "^2.2.6"
"vue-router": "^3.0.2"
},
"devDependencies": {
"@vue/component-compiler-utils": "^2.3.1",