functionalscript 0.0.516 → 0.0.517

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,9 @@ FunctionalScript is a purely functional programming language and a strict subset
13
13
 
14
14
  Create a new FunctionalScript repository on GitHub [here](https://github.com/functionalscript/template/generate).
15
15
 
16
- Learn more about [FunctionalScript](https://medium.com/@sergeyshandar/purely-functional-programming-in-javascript-91114b1b2dff).
16
+ Learn more about
17
+ - [Purely Functional Programming in JavaScript](https://medium.com/@sergeyshandar/purely-functional-programming-in-javascript-91114b1b2dff),
18
+ - [FunctionalScript](https://medium.com/@sergeyshandar/functionalscript-5cf817345376).
17
19
 
18
20
  ## Design Principles
19
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.516",
3
+ "version": "0.0.517",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "module.f.cjs",
6
6
  "scripts": {