Skip to content

Commit

Permalink
Pack files explicitly instead of using .npmignore
Browse files Browse the repository at this point in the history
As part of this change, tests are no longer packed.
  • Loading branch information
jeremymeng committed Oct 10, 2023
1 parent e5f2466 commit e573095
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 e573095

Please sign in to comment.