Skip to content

Commit 25a0bd4

Browse files
committed
fix(package):files add readme.md
1 parent ca6eb3e commit 25a0bd4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-chrome-ext",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"description": "Scaffolding your chrome extension, multiple boilerplates supported!",
66
"author": "yalda",
@@ -16,7 +16,8 @@
1616
"files": [
1717
"mustache",
1818
"template-*",
19-
"index.js"
19+
"index.js",
20+
"README.md"
2021
],
2122
"scripts": {
2223
"fmt": "prettier --write '**/*.{vue,svelte,html,js,jsx,ts,tsx,json,css,md}'",

0 commit comments

Comments
 (0)