1
0
mirror of synced 2025-12-19 18:11:23 -05:00
Files
blitz/packages/cli/test/__fixtures__/installer.ts
Justin Hall b3814fc7c0 Standardize prettier options across all Blitz code bases (#703)
Co-authored-by: Brandon Bayer <b@bayer.ws> (meta)
2020-06-19 09:33:57 +07:00

13 lines
308 B
TypeScript

import {Installer} from "@blitzjs/installer"
// eslint-disable-next-line import/no-default-export
export default new Installer(
{
packageDescription: "test package",
packageName: "test",
packageOwner: "blitz@blitzjs.com",
packageRepoLink: "https://github.com/blitz-js/blitz",
},
[],
)