Skip to content

Commit

Permalink
Update Svelte template (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto authored Oct 7, 2024
1 parent 634802b commit 87f85c4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
3 changes: 1 addition & 2 deletions examples/new-svelte/newtab/NewTabApp.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
Learn more about creating browser extensions at
<a href="https://extension.js.org" target="_blank">
https://extension.js.org
</a>
.
</a>.
</p>
</header>
1 change: 0 additions & 1 deletion examples/new-svelte/newtab/scripts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'sakura.css'
import './styles.css'
import App from './NewTabApp.svelte'

Expand Down
13 changes: 6 additions & 7 deletions examples/new-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"private": true,
"name": "new-tab",
"name": "new-svelte",
"description": "An Extension.js example.",
"version": "0.0.1",
"author": {
"name": "Cezar Augusto",
"email": "boss@cezaraugusto.net",
"url": "https://cezaraugusto.com"
"name": "Akash Prasad",
"email": "devakash256@gmail.com",
"url": "https://akashprasad.xyz/"
},
"license": "MIT",
"dependencies": {
"svelte": "4.2.19",
"sakura.css": "^1.5.0"
"svelte": "4.2.19"
},
"devDependencies": {
"typescript": "5.3.3",
"@tsconfig/svelte": "5.0.4"
}
}
}
8 changes: 0 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 87f85c4

Please sign in to comment.