Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 8, 2023
1 parent 838c855 commit d63abff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minipass",
"version": "7.0.0-0",
"version": "7.0.0",
"description": "minimal implementation of a PassThrough stream",
"main": "./dist/cjs/index.js",
"module": "./dist/mjs/index.js",
Expand All @@ -18,7 +18,9 @@
},
"./package.json": "./package.json"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"preversion": "npm test",
"postversion": "npm publish",
Expand Down

0 comments on commit d63abff

Please sign in to comment.