mirror of
https://github.com/remko/waforth
synced 2024-11-16 07:47:30 +01:00
0.20.1
This commit is contained in:
parent
feb2f9f9a4
commit
9239e69425
2 changed files with 3 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue