[plugins] fix: Provide name in export. Fixes #280
This commit is contained in:
parent
f9d68bd2e1
commit
5d71d6f87a
17 changed files with 34 additions and 17 deletions
|
@ -2,7 +2,8 @@ import about from '../about.json' with { type: 'json' }
|
|||
import { pack } from './growing-packer.mjs'
|
||||
|
||||
export const plugin = {
|
||||
...about,
|
||||
name: about.id,
|
||||
version: about.version,
|
||||
store: [['pack', pack]],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue