Skip to content

Commit

Permalink
Merge pull request #106 from jeremymeng/files-to-pack
Browse files Browse the repository at this point in the history
Pack files explicitly instead of using .npmignore
  • Loading branch information
jeremymeng authored Oct 11, 2023
2 parents 9c5a4f5 + e573095 commit 95ce485
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 49 deletions.
48 changes: 0 additions & 48 deletions .npmignore

This file was deleted.

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rhea-promise",
"version": "3.0.1",
"version": "3.0.2",
"description": "A Promisified layer over rhea AMQP client",
"license": "Apache-2.0",
"main": "./dist/lib/index.js",
Expand All @@ -17,6 +17,13 @@
"amqp-10",
"messaging"
],
"files": [
"dist/lib/",
"lib/",
"typings/lib/",
"README.md",
"LICENSE"
],
"devDependencies": {
"@azure/abort-controller": "^1.0.1",
"@types/chai": "^4.2.11",
Expand Down

0 comments on commit 95ce485

Please sign in to comment.