Skip to content

Commit e5d1a81

Browse files
Ran npm pkg fix
1 parent f12990c commit e5d1a81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/create-atxp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"main": "index.js",
1111
"bin": {
12-
"create-atxp": "./index.js"
12+
"create-atxp": "index.js"
1313
},
1414
"type": "module",
1515
"files": [
@@ -37,4 +37,4 @@
3737
"eslint": "^9.32.0",
3838
"globals": "^16.3.0"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)