remove log, bump travis to v12 LTS
This commit is contained in:
parent
e9fcae8c49
commit
fb3622b703
@ -1,6 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- lts/dubnium
|
- lts/erbium
|
||||||
cache: npm
|
cache: npm
|
||||||
os: linux
|
os: linux
|
||||||
addons:
|
addons:
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
* @license Apache-2.0
|
* @license Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
console.log('CJS')
|
|
||||||
/* eslint no-global-assign: ["off"] */
|
/* eslint no-global-assign: ["off"] */
|
||||||
require = require("esm")(module);
|
require = require("esm")(module);
|
||||||
module.exports = require("./index.mjs");
|
module.exports = require("./index.mjs");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user