Skip to content

Commit

Permalink
feat(version):0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
guocaoyi committed Oct 10, 2023
1 parent 5c6d152 commit 122082b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import * as fs from 'node:fs'
import * as path from 'node:path'
import * as process from 'node:process'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-chrome-ext",
"version": "0.8.9",
"version": "0.8.10",
"type": "module",
"description": "Scaffolding your chrome extension, multiple boilerplates supported!",
"author": "yalda",
Expand Down
2 changes: 0 additions & 2 deletions template-alpine-ts/sidepanel.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<main x-data>
<h3>Side Panel Page!</h3>

<div x-data="{ username: 'calebporzio' }">Username: <strong x-text="username"></strong></div>

<h6>v 0.0.0</h6>

<a href="https://www.npmjs.com/package/create-chrome-ext" target="_blank" x-data>
Expand Down

0 comments on commit 122082b

Please sign in to comment.