Skip to content

Commit

Permalink
Merge pull request #41 from halitsever/development
Browse files Browse the repository at this point in the history
refactor: 💡 update .npmignore
  • Loading branch information
halitsever authored Mar 3, 2024
2 parents dcd39c8 + 2ab384f commit a2c5f14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ node_modules
# npm package lock
package-lock.json
yarn.lock

# Docs
/docs

# Github
.github
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"version": "3.2.4",
"version": "3.2.5",
"devDependencies": {
"jest": "^29.5.0",
"vitepress": "^1.0.0-rc.44"
Expand Down

0 comments on commit a2c5f14

Please sign in to comment.