We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8b1aa commit 272d2c0Copy full SHA for 272d2c0
package.json
@@ -1,27 +1,26 @@
1
{
2
"name": "who-to-sub-tomdoestech",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "",
5
- "main": "dist/index.js",
+ "main": "index.js",
6
"module": "dist/index.mjs",
7
"types": "dist/index.d.ts",
8
"type": "module",
9
"files": [
10
"dist"
11
],
12
- "main": "index.js",
13
"scripts": {
14
- "build": "tsup",
+ "build": "tsup",
15
"test": "vitest"
16
},
17
"keywords": [],
18
"author": "Tom Nagle",
19
"license": "ISC",
20
- "repository":{
+ "repository": {
21
"type": "git",
22
"url": "https://github.com/tomdoestech/who-to-sub"
23
24
- "homepage":{
+ "homepage": {
25
26
27
0 commit comments