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", "name": "waforth",
"version": "0.20.0", "version": "0.20.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "waforth", "name": "waforth",
"version": "0.20.0", "version": "0.20.1",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"waforth": "src/web/notebook/dist/wafnb2html" "waforth": "src/web/notebook/dist/wafnb2html"

View file

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