Skip to content

Commit d63abff

Browse files
committed
7.0.0
1 parent 838c855 commit d63abff

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minipass",
3-
"version": "7.0.0-0",
3+
"version": "7.0.0",
44
"description": "minimal implementation of a PassThrough stream",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/mjs/index.js",
@@ -18,7 +18,9 @@
1818
},
1919
"./package.json": "./package.json"
2020
},
21-
"files": ["dist"],
21+
"files": [
22+
"dist"
23+
],
2224
"scripts": {
2325
"preversion": "npm test",
2426
"postversion": "npm publish",

0 commit comments

Comments
 (0)