Skip to content

Commit 573cbdf

Browse files
authored
bump version for release
1 parent 8dcf08f commit 573cbdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zip-stream",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "a streaming zip archive generator.",
55
"homepage": "https://github.com/archiverjs/node-zip-stream",
66
"author": {
@@ -16,7 +16,7 @@
1616
},
1717
"license": "MIT",
1818
"type": "module",
19-
"exports": "index.js",
19+
"exports": "./index.js",
2020
"files": [
2121
"index.js",
2222
"utils.js"

0 commit comments

Comments
 (0)