Skip to content

Commit 31c66c0

Browse files
committed
Update rollup, rollup plugins, and misc. build tools
1 parent 4902621 commit 31c66c0

File tree

5 files changed

+2610
-7501
lines changed

5 files changed

+2610
-7501
lines changed

license-update.js renamed to license-update.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
import fs from 'fs';
22
import path from 'path';
33

4+
import { fileURLToPath } from 'url';
5+
import { dirname } from 'path';
6+
7+
const __filename = fileURLToPath(import.meta.url);
8+
const __dirname = dirname(__filename);
9+
410
const year = (new Date()).getFullYear();
511

612
const license = `Copyright (c) 2016-${year}, The Cytoscape Consortium.

0 commit comments

Comments
 (0)