Skip to content

Commit

Permalink
fix: Fix vue integration (#362)
Browse files Browse the repository at this point in the history
vue-template-compiler was in the devDependencies and didn't end up in
the released artifact giving way to weird unused dependencies issues

Fixes #361
  • Loading branch information
rumpl committed Jul 3, 2019
1 parent 55a729d commit c42fdb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"please-upgrade-node": "^3.1.1",
"require-package-name": "^2.0.1",
"resolve": "^1.10.0",
"vue-template-compiler": "^2.6.10",
"walkdir": "^0.3.2",
"yargs": "^13.2.2"
},
Expand Down Expand Up @@ -87,8 +88,7 @@
"patch-version": "^0.1.1",
"proxyquire": "^2.1.0",
"should": "^13.2.3",
"typescript": "^3.0.1",
"vue-template-compiler": "^2.5.16"
"typescript": "^3.0.1"
},
"nyc": {
"sourceMap": false,
Expand Down

0 comments on commit c42fdb7

Please sign in to comment.