Skip to content

Commit

Permalink
Package rename
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryDuncan committed Nov 4, 2024
1 parent d29979e commit de044c7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 27 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ancient-cat/foolish",
"version": "7.2.1",
"name": "squander",
"version": "0.0.1",
"private": false,
"scripts": {
"dev": "vite dev",
Expand Down Expand Up @@ -58,5 +58,9 @@
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module"
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/ancient-cat/squander.git"
}
}
39 changes: 19 additions & 20 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,28 @@
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<!-- the props -->
<link rel="stylesheet" href="https://unpkg.com/open-props" />
<!-- the props -->
<link rel="stylesheet" href="https://unpkg.com/open-props" />

<!-- optional imports that use the props -->
<link rel="stylesheet" href="https://unpkg.com/open-props/normalize.min.css" />
<link rel="stylesheet" href="https://unpkg.com/open-props/buttons.min.css" />
<!-- optional imports that use the props -->
<link rel="stylesheet" href="https://unpkg.com/open-props/normalize.min.css" />
<link rel="stylesheet" href="https://unpkg.com/open-props/buttons.min.css" />

<!-- individual imports -->
<link rel="stylesheet" href="https://unpkg.com/open-props/indigo.min.css" />
<link rel="stylesheet" href="https://unpkg.com/open-props/indigo-hsl.min.css" />
<link rel="stylesheet" href="https://unpkg.com/open-props/easings.min.css" />
<link rel="stylesheet" href="https://unpkg.com/open-props/animations.min.css" />
<link rel="stylesheet" href="https://unpkg.com/open-props/sizes.min.css" />
<link rel="stylesheet" href="https://unpkg.com/open-props/gradients.min.css" />
<!-- see PropPacks for the full list -->
<!-- individual imports -->
<link rel="stylesheet" href="https://unpkg.com/open-props/indigo.min.css" />
<link rel="stylesheet" href="https://unpkg.com/open-props/indigo-hsl.min.css" />
<link rel="stylesheet" href="https://unpkg.com/open-props/easings.min.css" />
<link rel="stylesheet" href="https://unpkg.com/open-props/animations.min.css" />
<link rel="stylesheet" href="https://unpkg.com/open-props/sizes.min.css" />
<link rel="stylesheet" href="https://unpkg.com/open-props/gradients.min.css" />
<!-- see PropPacks for the full list -->


<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Geo:ital@0;1&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">


</svelte:head>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Geo:ital@0;1&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>

%sveltekit.head%
</head>
Expand Down

0 comments on commit de044c7

Please sign in to comment.