Skip to content

Commit 272d2c0

Browse files
committed
1.0.1
1 parent 7b8b1aa commit 272d2c0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
{
22
"name": "who-to-sub-tomdoestech",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
5-
"main": "dist/index.js",
5+
"main": "index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",
88
"type": "module",
99
"files": [
1010
"dist"
1111
],
12-
"main": "index.js",
1312
"scripts": {
14-
"build": "tsup",
13+
"build": "tsup",
1514
"test": "vitest"
1615
},
1716
"keywords": [],
1817
"author": "Tom Nagle",
1918
"license": "ISC",
20-
"repository":{
19+
"repository": {
2120
"type": "git",
2221
"url": "https://github.com/tomdoestech/who-to-sub"
2322
},
24-
"homepage":{
23+
"homepage": {
2524
"type": "git",
2625
"url": "https://github.com/tomdoestech/who-to-sub"
2726
},

0 commit comments

Comments
 (0)