functionalscript 0.0.218 → 0.0.219

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,6 +13,12 @@ Create a new FunctionalScript repository on GitHub [here](https://github.com/fun
13
13
  One of the main challenges is how to make a pure functional language when ES6 TCO is not supported by Chrome and Firefox.
14
14
  A workaround for this problem is to use `let` for renaming objects.
15
15
 
16
+ ## Install FunctionalScript As A Library
17
+
18
+ ```
19
+ npm install -S github:functionalscript/functionscript
20
+ ```
21
+
16
22
  ## JSON
17
23
 
18
24
  ```js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.218",
3
+ "version": "0.0.219",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "index.js",
6
6
  "scripts": {