feat(config): distribute .js instead of .mjs
This commit is contained in:
parent
42b57c270b
commit
ef7cb4b634
3 changed files with 6 additions and 6 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -3983,7 +3983,7 @@
|
||||||
},
|
},
|
||||||
"packages/config": {
|
"packages/config": {
|
||||||
"name": "@mcflyjs/config",
|
"name": "@mcflyjs/config",
|
||||||
"version": "0.0.11",
|
"version": "0.0.12",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"web-component-base": "^1.9.5"
|
"web-component-base": "^1.9.5"
|
||||||
|
@ -4046,9 +4046,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"templates/basic/node_modules/@mcflyjs/config": {
|
"templates/basic/node_modules/@mcflyjs/config": {
|
||||||
"version": "0.0.10",
|
"version": "0.0.11",
|
||||||
"resolved": "https://registry.npmjs.org/@mcflyjs/config/-/config-0.0.10.tgz",
|
"resolved": "https://registry.npmjs.org/@mcflyjs/config/-/config-0.0.11.tgz",
|
||||||
"integrity": "sha512-PIDno3dXE914MjC7I9wLkOHqGeYrO79RUpyGZj+5gEHErsZYXZqBwI7ns4rQ7S3WDBbjmWnUX9Q13ctM0Wun9w==",
|
"integrity": "sha512-RbcRnic2dt5IthOczkAUMJYt5g7GMYO0PCMHRQeea+I+k1yyTv2ZCcfrCIRRmRILjjXlbo4n1zMcAbv006qWAg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"web-component-base": "^1.9.5"
|
"web-component-base": "^1.9.5"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "@mcflyjs/config",
|
"name": "@mcflyjs/config",
|
||||||
"version": "0.0.11",
|
"version": "0.0.12",
|
||||||
"description": "Nitro configuration for McFly apps",
|
"description": "Nitro configuration for McFly apps",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.mjs",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue