mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: migrate to esm
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import fs from 'fs';
|
||||
import {omit} from '../src/app/_helpers/collections/omit';
|
||||
import {pickBy} from '../src/app/_helpers/collections/pick';
|
||||
import {omit} from '../src/app/_helpers/collections/omit.js';
|
||||
import {pickBy} from '../src/app/_helpers/collections/pick.js';
|
||||
|
||||
/**
|
||||
* accumulate and transform licenses based on two license files
|
||||
|
||||
Reference in New Issue
Block a user