Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jul 1, 2024
1 parent c38e0e6 commit dcfe10a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@ export const package_json = {
description:
'a static web app and Node library template with TypeScript, Svelte, SvelteKit, Vite, esbuild, Fuz, and Gro',
glyph: '❄',
logo: 'logo.svg',
logo_alt: 'a friendly pixelated spider facing you',
public: true,
homepage: 'https://template.fuz.dev/',
repository: 'https://github.com/ryanatkn/fuz_template',
type: 'module',
engines: {node: '>=20.12'},
scripts: {
start: 'gro dev',
dev: 'gro dev',
build: 'gro build',
test: 'gro test',
deploy: 'gro deploy',
},
type: 'module',
engines: {node: '>=20.12'},
devDependencies: {
'@ryanatkn/belt': '^0.23.0',
'@ryanatkn/eslint-config': '^0.1.3',
Expand Down
2 changes: 1 addition & 1 deletion static/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dcfe10a

Please sign in to comment.