Skip to content

Commit

Permalink
fix(package):files add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guocaoyi committed Aug 30, 2022
1 parent ca6eb3e commit 25a0bd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-chrome-ext",
"version": "0.7.0",
"version": "0.7.1",
"type": "module",
"description": "Scaffolding your chrome extension, multiple boilerplates supported!",
"author": "yalda",
Expand All @@ -16,7 +16,8 @@
"files": [
"mustache",
"template-*",
"index.js"
"index.js",
"README.md"
],
"scripts": {
"fmt": "prettier --write '**/*.{vue,svelte,html,js,jsx,ts,tsx,json,css,md}'",
Expand Down

0 comments on commit 25a0bd4

Please sign in to comment.