2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-15 09:42:24 +03:00

chore: update build header

This commit is contained in:
pimlie
2019-04-20 11:50:08 +02:00
parent 7663b7a513
commit d6b865109f
2 changed files with 7 additions and 4 deletions
+5 -2
View File
@@ -10,10 +10,13 @@ const pkg = require('../package.json')
const banner = `/**
* vue-meta v${pkg.version}
* (c) ${new Date().getFullYear()} Declan de Wet & Sébastien Chopin (@Atinux)
* (c) ${new Date().getFullYear()}
* - Declan de Wet
* - Sébastien Chopin (@Atinux)
* - All the amazing contributors
* @license MIT
*/
`.replace(/ {4}/gm, '').trim()
`
function rollupConfig({
plugins = [],
+2 -2
View File
@@ -4,7 +4,7 @@
import fs from 'fs'
import path from 'path'
import env from 'node-env-file'
import { browser as startBrowser } from 'tib'
import { createBrowser } from 'tib'
const browserString = process.env.BROWSER_STRING || 'puppeteer/core'
@@ -21,7 +21,7 @@ describe(browserString, () => {
}
}
browser = await startBrowser(browserString, {
browser = await createBrowser(browserString, {
BrowserStackLocal: { folder },
extendPage(page) {
return {