Skip to content

Commit

Permalink
Update npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcardeenas committed Apr 7, 2020
1 parent bb30d9a commit 97dd502
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
tsconfig.json
src
session
assets
assets
session-*
assets
img
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sulla",
"version": "2.3.3",
"version": "2.3.4",
"description": "Javascript whatsapp framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
},
"include": ["src/**/*"],
"exclude": ["src/middleware/middleware.ts", "src/api/app.ts"]
"exclude": ["src/middleware/middleware.ts", "src/api/app.ts", "img/*"]
}

0 comments on commit 97dd502

Please sign in to comment.