1
0
Fork 0

chore: Move pacakge info to data.mjs

This commit is contained in:
Joost De Cock 2022-08-31 20:17:38 +02:00
parent 83a0211bef
commit 5ded8beea4
83 changed files with 88 additions and 86 deletions

4
designs/albert/data.mjs Normal file
View file

@ -0,0 +1,4 @@
// This file is auto-generated | All changes you make will be overwritten.
export const name = "@freesewing/albert"
export const version = "3.0.0-alpha.0"
export const data = { name, version }