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",
|
"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"
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue