@spade-lang/spade 0.9.0-dev.899bf3-1ce864 → 0.9.0-dev.899bf3-f11480

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  YoWASP Spade package
2
2
  ====================
3
3
 
4
- This package provides [Spade][] binaries built for [WebAssembly][]. See the [overview of the YoWASP project][yowasp] for details.
4
+ This package provides [Spade][] binaries built for [WebAssembly][]. This is using the yowasp project to do the heavy lifting. See the [overview of the YoWASP project][yowasp] for details.
5
5
 
6
6
  At the moment, this package only provides an API allowing to run Spade in a virtual filesystem; no binaries are provided.
7
7
 
@@ -39,7 +39,7 @@ Note that for development builds, the minor version is incremented as required b
39
39
  Credit
40
40
  ------
41
41
 
42
- All of the heavy lifting here is done by Whitequark via the the https://github.com/YoWASP project.
42
+ All of the heavy lifting here is done by Catherine "whitequark" via the https://github.com/YoWASP project.
43
43
 
44
44
 
45
45
  License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spade-lang/spade",
3
- "version": "0.9.0-dev.899bf3-1ce864",
3
+ "version": "0.9.0-dev.899bf3-f11480",
4
4
  "description": "Yosys Open SYnthesis Suite",
5
5
  "author": "Frans Skarman <frans.skarman@liu.se>",
6
6
  "license": "ISC",