fix: build failure

This commit is contained in:
Clark Du 2018-09-17 12:14:17 +01:00
parent c2cca17cc7
commit 2dd2f2aea9
5 changed files with 5 additions and 5 deletions

View File

@ -229,4 +229,4 @@ Thanks to BrowserStack!
## License
[MIT](https://github.com/nuxt/nuxt.js/blob/dev/LICENSE.md)
[MIT](https://github.com/nuxt/nuxt.js/blob/dev/LICENSE)

View File

@ -1,4 +1,4 @@
lib
bin
dist
LICENSE.md
LICENSE

View File

@ -22,7 +22,7 @@ export default (pkg, { load }) => {
// Copy files from nuxt package
pkg.copyFilesFrom(nuxt, [
'LICENSE.md',
'LICENSE',
'bin'
])

View File

@ -1,4 +1,4 @@
lib
bin
dist
LICENSE.md
LICENSE

View File

@ -21,7 +21,7 @@ export default (pkg, { load }) => {
// Copy files from nuxt package
pkg.copyFilesFrom(nuxt, [
'LICENSE.md',
'LICENSE',
'bin/common',
'bin/nuxt-start'
])