functionalscript 0.0.249 → 0.0.250

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,7 +34,7 @@ propertyId = string
34
34
 
35
35
  ## Stage 0
36
36
 
37
- This stage can be used as an intermediate-code for VMs.
37
+ This stage can be used as an intermediate-code for VMs.
38
38
 
39
39
  ```js
40
40
  fjsFile = expression
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.249",
3
+ "version": "0.0.250",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "index.js",
6
6
  "scripts": {