fix(config): package files typo
This commit is contained in:
parent
9f59da48b1
commit
0c47d3b857
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
"name": "@mcflyjs/config",
|
||||
"version": "0.0.4",
|
||||
"description": "Nitro configuration for McFly apps",
|
||||
"main": "index.ts",
|
||||
"main": "index.js",
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"index,js",
|
||||
"index.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue