Skip to content

Commit

Permalink
Merge pull request #36 from sj-distributor/35-fix-template-file-not-f…
Browse files Browse the repository at this point in the history
…ound-while-initializing-project

fix template file not found while initializing project
  • Loading branch information
Simoon-F authored Apr 10, 2023
2 parents 3e19348 + f75b773 commit 3d91db6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 忽略的文件或文件夹
node_modules/
dist/
build/
*.log

# 不忽略的文件或文件夹
!template/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-react-boilerplates",
"version": "2.0.8",
"version": "2.0.9",
"type": "module",
"bin": {
"create-react-boilerplates": "index.js",
Expand Down

0 comments on commit 3d91db6

Please sign in to comment.