fixup miscs stup stuff

This commit is contained in:
Your Name
2020-04-23 21:12:38 -05:00
parent 07ceb58dda
commit bd95a83d78
2 changed files with 1 additions and 7 deletions

View File

@@ -324,11 +324,6 @@
}
}
},
"micro-cors": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/micro-cors/-/micro-cors-0.1.1.tgz",
"integrity": "sha512-6WqIahA5sbQR1Gjexp1VuWGFDKbZZleJb/gy1khNGk18a6iN1FdTcr3Q8twaxkV5H94RjxIBjirYbWCehpMBFw=="
},
"mimic-response": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz",

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "micro"
"start": "./micro-serve index.js"
},
"author": "",
"license": "ISC",
@@ -13,7 +13,6 @@
"better-sqlite3": "^6.0.1",
"micro": "^9.3.4",
"micro-core": "^0.4.0",
"micro-cors": "^0.1.1",
"querystring": "^0.2.0"
}
}