mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 00:05:11 -04:00
remove log, bump travis to v12 LTS
This commit is contained in:
parent
e9fcae8c49
commit
fb3622b703
2 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue