From 3c4259e26229f5fc6e78c72fafb58b18170c4219 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Sun, 10 Oct 2021 02:26:06 +0000 Subject: [PATCH] Update package slightly --- package.json | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d52aa55..1ac6245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "flasha-node", - "version": "1.0.0", + "name": "flaska-node", + "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.", "main": "flaska.mjs", "scripts": { @@ -11,7 +11,16 @@ "type": "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", "bugs": { "url": "https://github.com/nfp-projects/bottle-node/issues" @@ -19,5 +28,10 @@ "homepage": "https://github.com/nfp-projects/bottle-node#readme", "devDependencies": { "eltro": "^1.1.0" - } + }, + "files": [ + "flaska.mjs", + "README.md", + "LICENSE" + ] }