Skip to content

Commit

Permalink
Add .npmignore file to exclude unnecessary directories and files
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPlayz0 committed Dec 21, 2023
1 parent d8715dd commit 2c3d6dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/src
/test
/prettier.config.js
/.vscode
/node_modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ashmwtech/dapir",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"description": "An api wrapper",
"source": "src/index.ts",
Expand Down

0 comments on commit 2c3d6dc

Please sign in to comment.