This commit is contained in:
Remko Tronçon 2024-02-24 09:10:51 +01:00
parent feb2f9f9a4
commit 9239e69425
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "waforth",
"version": "0.20.0",
"version": "0.20.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "waforth",
"version": "0.20.0",
"version": "0.20.1",
"license": "MIT",
"bin": {
"waforth": "src/web/notebook/dist/wafnb2html"

View file

@ -1,6 +1,6 @@
{
"name": "waforth",
"version": "0.20.0",
"version": "0.20.1",
"description": "Small but complete Forth interpreter and dynamic compiler for and in WebAssembly",
"license": "MIT",
"repository": "github:remko/waforth",