From 3cfe8485cb9d94f539ebf04af3d353a2ba071889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sat, 26 Nov 2022 20:32:52 +0100 Subject: [PATCH] package: Add description --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c19741a..10aea9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "waforth", "version": "0.19.0", + "description": "Small but complete bootstrapping Forth interpreter and dynamic compiler for and in WebAssembly", "license": "MIT", "repository": "github:remko/waforth", "dependencies": {},