2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-24 21:30:38 +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 = `/** const banner = `/**
* vue-meta v${pkg.version} * 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 * @license MIT
*/ */
`.replace(/ {4}/gm, '').trim() `
function rollupConfig({ function rollupConfig({
plugins = [], plugins = [],
+2 -2
View File
@@ -4,7 +4,7 @@
import fs from 'fs' import fs from 'fs'
import path from 'path' import path from 'path'
import env from 'node-env-file' import env from 'node-env-file'
import { browser as startBrowser } from 'tib' import { createBrowser } from 'tib'
const browserString = process.env.BROWSER_STRING || 'puppeteer/core' const browserString = process.env.BROWSER_STRING || 'puppeteer/core'
@@ -21,7 +21,7 @@ describe(browserString, () => {
} }
} }
browser = await startBrowser(browserString, { browser = await createBrowser(browserString, {
BrowserStackLocal: { folder }, BrowserStackLocal: { folder },
extendPage(page) { extendPage(page) {
return { return {