Skip to content

Commit

Permalink
minimize package size
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmendrasha committed Jul 22, 2023
1 parent 7aee314 commit 06006a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Logs
logs
src
test
*.xml
jest.config.ts
tsconfig.json
*.log
npm-debug.log*
yarn-debug.log*
Expand Down
11 changes: 0 additions & 11 deletions junit.xml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dharmendrasha/outgoing_request",
"version": "1.0.0",
"version": "1.0.5",
"description": "Manages and records the outgoing records from nodejs application.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 06006a9

Please sign in to comment.