chore: some clean up

This commit is contained in:
Ayo 2023-10-29 15:30:02 +01:00
parent 924534e98f
commit de736d3177
4 changed files with 5 additions and 16 deletions

8
package-lock.json generated
View file

@ -3989,7 +3989,7 @@
},
"packages/core": {
"name": "@mcflyjs/core",
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",
"dependencies": {
"esprima": "^4.0.1",
@ -4049,9 +4049,9 @@
"integrity": "sha512-T0JGct0dh+b6ka07HdzMckECRXdGoiZDPctolL6tQ3AvaQt9+DvoyvihJTRgNdnkJyzEDeD1fDeU0aO7tiZd6A=="
},
"templates/basic/node_modules/@mcflyjs/core": {
"version": "0.2.8",
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.2.8.tgz",
"integrity": "sha512-zYwZvq05JUtvQEtIAYEr14kpJSCtscjL73yxz8P8HBYoEyTpsXn6g2K/C8oWIDQAyg8egKM+4JGdPnhv36/z+w==",
"version": "0.2.9",
"resolved": "https://registry.npmjs.org/@mcflyjs/core/-/core-0.2.9.tgz",
"integrity": "sha512-RpbntTIA00SGQCZODJcTbQ8HyNl9/MXlMBujNtGsQzYX4mXrb3V0VlCBy/3VDKO2Hhzbp9Fbh4waAiNHCc/5cg==",
"dependencies": {
"esprima": "^4.0.1",
"h3": "^1.8.2",

View file

@ -5,10 +5,6 @@
"type": "module",
"main": "index.mjs",
"devDependencies": {},
"files": [
"index.mjs",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

View file

@ -1,14 +1,8 @@
{
"name": "@mcflyjs/core",
"version": "0.2.9",
"version": "0.2.10",
"description": "McFly core package",
"type": "module",
"main": "event-handler.mjs",
"files": [
"event-handler.mjs",
"define-config.mjs",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

View file

@ -1,4 +1,3 @@
// @ts-check
/**
* McFly SSR logic
* 👋 this is not the route you're looking for