Update package slightly

This commit is contained in:
Jonatan Nilsson 2021-10-10 02:26:06 +00:00
parent c8290126fa
commit 3c4259e262

View file

@ -1,6 +1,6 @@
{ {
"name": "flasha-node", "name": "flaska-node",
"version": "1.0.0", "version": "0.9.0",
"description": "Flaska is a micro web-framework for node. It is designed to be fast, simple and lightweight, and is distributed as a single file module with no dependencies.", "description": "Flaska is a micro web-framework for node. It is designed to be fast, simple and lightweight, and is distributed as a single file module with no dependencies.",
"main": "flaska.mjs", "main": "flaska.mjs",
"scripts": { "scripts": {
@ -11,7 +11,16 @@
"type": "git", "type": "git",
"url": "git+https://github.com/nfp-projects/bottle-node.git" "url": "git+https://github.com/nfp-projects/bottle-node.git"
}, },
"author": "", "keywords": [
"web",
"app",
"http",
"application",
"framework",
"middleware",
"rack"
],
"author": "Jonatan Nilsson",
"license": "WTFPL", "license": "WTFPL",
"bugs": { "bugs": {
"url": "https://github.com/nfp-projects/bottle-node/issues" "url": "https://github.com/nfp-projects/bottle-node/issues"
@ -19,5 +28,10 @@
"homepage": "https://github.com/nfp-projects/bottle-node#readme", "homepage": "https://github.com/nfp-projects/bottle-node#readme",
"devDependencies": { "devDependencies": {
"eltro": "^1.1.0" "eltro": "^1.1.0"
} },
"files": [
"flaska.mjs",
"README.md",
"LICENSE"
]
} }