Skip to content

Commit 8a3d628

Browse files
committed
1.0.0
1 parent f153525 commit 8a3d628

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "@andrewbranch/untar.js",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "untar salvaged from bitjs",
55
"main": "lib/untar.js",
6-
"types": "lib/untar.d.ts",
7-
"exports": {
8-
".": {
9-
"import": "./lib/untar.mjs",
10-
"default": "./lib/untar.js"
11-
},
12-
"./package.json": "./package.json"
13-
},
14-
"files": [
15-
"lib",
16-
"LICENSE",
17-
"README.md"
18-
],
19-
"publishConfig": {
20-
"access": "public"
21-
}
22-
}
6+
"types": "lib/untar.d.ts",
7+
"exports": {
8+
".": {
9+
"import": "./lib/untar.mjs",
10+
"default": "./lib/untar.js"
11+
},
12+
"./package.json": "./package.json"
13+
},
14+
"files": [
15+
"lib",
16+
"LICENSE",
17+
"README.md"
18+
],
19+
"publishConfig": {
20+
"access": "public"
21+
}
22+
}

0 commit comments

Comments
 (0)