chore: some clean up
This commit is contained in:
parent
924534e98f
commit
de736d3177
4 changed files with 5 additions and 16 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -3989,7 +3989,7 @@
|
||||||
},
|
},
|
||||||
"packages/core": {
|
"packages/core": {
|
||||||
"name": "@mcflyjs/core",
|
"name": "@mcflyjs/core",
|
||||||
"version": "0.2.9",
|
"version": "0.2.10",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"esprima": "^4.0.1",
|
"esprima": "^4.0.1",
|
||||||
|
@ -4049,9 +4049,9 @@
|
||||||
"integrity": "sha512-T0JGct0dh+b6ka07HdzMckECRXdGoiZDPctolL6tQ3AvaQt9+DvoyvihJTRgNdnkJyzEDeD1fDeU0aO7tiZd6A=="
|
"integrity": "sha512-T0JGct0dh+b6ka07HdzMckECRXdGoiZDPctolL6tQ3AvaQt9+DvoyvihJTRgNdnkJyzEDeD1fDeU0aO7tiZd6A=="
|
||||||
},
|
},
|
||||||
"templates/basic/node_modules/@mcflyjs/core": {
|
"templates/basic/node_modules/@mcflyjs/core": {
|
||||||
"version": "0.2.8",
|
"version": "0.2.9",
|
||||||
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.2.8.tgz",
|
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.2.9.tgz",
|
||||||
"integrity": "sha512-zYwZvq05JUtvQEtIAYEr14kpJSCtscjL73yxz8P8HBYoEyTpsXn6g2K/C8oWIDQAyg8egKM+4JGdPnhv36/z+w==",
|
"integrity": "sha512-RpbntTIA00SGQCZODJcTbQ8HyNl9/MXlMBujNtGsQzYX4mXrb3V0VlCBy/3VDKO2Hhzbp9Fbh4waAiNHCc/5cg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"esprima": "^4.0.1",
|
"esprima": "^4.0.1",
|
||||||
"h3": "^1.8.2",
|
"h3": "^1.8.2",
|
||||||
|
|
|
@ -5,10 +5,6 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.mjs",
|
"main": "index.mjs",
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"files": [
|
|
||||||
"index.mjs",
|
|
||||||
"LICENSE"
|
|
||||||
],
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,14 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "@mcflyjs/core",
|
"name": "@mcflyjs/core",
|
||||||
"version": "0.2.9",
|
"version": "0.2.10",
|
||||||
"description": "McFly core package",
|
"description": "McFly core package",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "event-handler.mjs",
|
|
||||||
"files": [
|
|
||||||
"event-handler.mjs",
|
|
||||||
"define-config.mjs",
|
|
||||||
"LICENSE"
|
|
||||||
],
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// @ts-check
|
|
||||||
/**
|
/**
|
||||||
* McFly SSR logic
|
* McFly SSR logic
|
||||||
* 👋 this is not the route you're looking for
|
* 👋 this is not the route you're looking for
|
||||||
|
|
Loading…
Reference in a new issue