Skip to content

Commit

Permalink
Merge pull request #6 from 20minutes/fix/ignore-src
Browse files Browse the repository at this point in the history
Ignore `src` from NPM package
  • Loading branch information
j0k3r committed Jun 12, 2024
2 parents 0e9f5c9 + 8f73d26 commit c647c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.eslintrc
.nvmrc
babel.config.js
src
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@20minutes/s3-unzip-plus",
"version": "1.1.0",
"version": "1.1.1",
"description": "Utility for unzipping a compressed (application/zip) file from a S3 bucket's root directory back to the same bucket.",
"keywords": [
"s3",
Expand Down

0 comments on commit c647c3a

Please sign in to comment.