Skip to content

Commit

Permalink
Use package.json files instead of .npmignore
Browse files Browse the repository at this point in the history
Will now publish without a few unnecessary files
  • Loading branch information
ryanblock committed Nov 22, 2023
1 parent 317c243 commit 28b9ccc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"license": "MIT",
"repository": "github:mhart/aws4",
"main": "aws4.js",
"files": [
"aws4.js",
"lru.js"
],
"scripts": {
"test": "mocha ./test/fast.js -R list",
"integration": "node ./test/slow.js"
Expand Down

0 comments on commit 28b9ccc

Please sign in to comment.