Skip to content

Commit e766e75

Browse files
Bruce Hempi0
authored andcommitted
fix(nuxt module): wrong relative path to package.json (bootstrap-vue#1298)
1 parent 0d36453 commit e766e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ module.exports = function nuxtBootstrapVue (moduleOptions) {
3030
this.options.css.push('bootstrap-vue/dist/bootstrap-vue.css')
3131
}
3232

33-
module.exports.meta = require('./package.json')
33+
module.exports.meta = require('../package.json')

0 commit comments

Comments
 (0)