import name and version from data.mjs in plugins
This commit is contained in:
parent
181c6200da
commit
2179f29b9f
22 changed files with 22 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
|||
import { version, name } from '../package.json' assert { type: 'json' }
|
||||
import { version, name } from '../data.mjs'
|
||||
|
||||
// Helper method to construct prefixed/suffixed name
|
||||
const getName = (n, so) => `${so.prefix}${n}${so.suffix}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue