remove externals in favor of npm packages
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {jml, body, nbsp} from '../../../external/jamilih/jml-es.js';
|
||||
// eslint-disable-next-line node/no-unpublished-import
|
||||
import {jml, body, nbsp} from 'jamilih';
|
||||
import $ from '../../../external/query-result/esm/index.js';
|
||||
import {manipulation} from '../../../external/qr-manipulation/dist/index-es.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user