mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
fix: build failure
This commit is contained in:
parent
c2cca17cc7
commit
2dd2f2aea9
@ -229,4 +229,4 @@ Thanks to BrowserStack!
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT](https://github.com/nuxt/nuxt.js/blob/dev/LICENSE.md)
|
[MIT](https://github.com/nuxt/nuxt.js/blob/dev/LICENSE)
|
||||||
|
2
packages/nuxt-legacy/.gitignore
vendored
2
packages/nuxt-legacy/.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
lib
|
lib
|
||||||
bin
|
bin
|
||||||
dist
|
dist
|
||||||
LICENSE.md
|
LICENSE
|
||||||
|
@ -22,7 +22,7 @@ export default (pkg, { load }) => {
|
|||||||
|
|
||||||
// Copy files from nuxt package
|
// Copy files from nuxt package
|
||||||
pkg.copyFilesFrom(nuxt, [
|
pkg.copyFilesFrom(nuxt, [
|
||||||
'LICENSE.md',
|
'LICENSE',
|
||||||
'bin'
|
'bin'
|
||||||
])
|
])
|
||||||
|
|
||||||
|
2
packages/nuxt-start/.gitignore
vendored
2
packages/nuxt-start/.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
lib
|
lib
|
||||||
bin
|
bin
|
||||||
dist
|
dist
|
||||||
LICENSE.md
|
LICENSE
|
||||||
|
@ -21,7 +21,7 @@ export default (pkg, { load }) => {
|
|||||||
|
|
||||||
// Copy files from nuxt package
|
// Copy files from nuxt package
|
||||||
pkg.copyFilesFrom(nuxt, [
|
pkg.copyFilesFrom(nuxt, [
|
||||||
'LICENSE.md',
|
'LICENSE',
|
||||||
'bin/common',
|
'bin/common',
|
||||||
'bin/nuxt-start'
|
'bin/nuxt-start'
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user