We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9223626 commit ad0c332Copy full SHA for ad0c332
generator/index.js
@@ -3,7 +3,7 @@ const fs = require('fs')
3
module.exports = (api) => {
4
api.extendPackage({
5
dependencies: {
6
- 'vue-extensionpoints': '^0.1.0',
+ 'vue-extensionpoints': '^0.1.4',
7
},
8
})
9
const appPath = api.resolve('src/App.vue')
0 commit comments