mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -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
|
||||
node_js:
|
||||
- lts/dubnium
|
||||
- lts/erbium
|
||||
cache: npm
|
||||
os: linux
|
||||
addons:
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
console.log('CJS')
|
||||
/* eslint no-global-assign: ["off"] */
|
||||
require = require("esm")(module);
|
||||
module.exports = require("./index.mjs");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue