mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
fix: include readme in nuxt npm package (#4345)
This commit is contained in:
parent
2f7ba13084
commit
3cc3a4ac36
@ -5,7 +5,8 @@ export default {
|
|||||||
const mono = load('../..')
|
const mono = load('../..')
|
||||||
|
|
||||||
pkg.copyFilesFrom(mono, [
|
pkg.copyFilesFrom(mono, [
|
||||||
'LICENSE'
|
'LICENSE',
|
||||||
|
'README.md'
|
||||||
])
|
])
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user