BREAKING CHANGE(core): switch to ESM

This commit is contained in:
2022-04-18 22:16:46 +02:00
parent bc79a9ae42
commit 216eabe035
11 changed files with 15731 additions and 2125 deletions

View File

@@ -1,4 +1,4 @@
import * as plugins from './projectinfo.plugins';
import * as plugins from './projectinfo.plugins.js';
export class ProjectinfoGit {
isGit: boolean;