functionalscript 0.1.597 → 0.1.598

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 (3) hide show
  1. package/README.md +0 -2
  2. package/jsr.json +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -14,8 +14,6 @@ FunctionalScript is a purely functional programming language and a strict subset
14
14
 
15
15
  [A brief description of FunctionalScript Programming Language](./doc/LANGUAGE.md).
16
16
 
17
- Create a new FunctionalScript repository on GitHub [here](https://github.com/functionalscript/template/generate).
18
-
19
17
  Learn more about
20
18
  - [Purely Functional Programming in JavaScript](https://medium.com/@sergeyshandar/purely-functional-programming-in-javascript-91114b1b2dff),
21
19
  - [FunctionalScript](https://medium.com/@sergeyshandar/functionalscript-5cf817345376).
package/jsr.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@functionalscript/functionalscript",
3
- "version": "0.1.597",
3
+ "version": "0.1.598",
4
4
  "exports": "./index.f.mjs"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.1.597",
3
+ "version": "0.1.598",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "index.f.mjs",
6
6
  "scripts": {