functionalscript 0.0.265 → 0.0.266

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.
@@ -5,7 +5,6 @@ name: Node.js CI
5
5
 
6
6
  on:
7
7
  push:
8
- pull_request:
9
8
 
10
9
  jobs:
11
10
  build:
package/README.md CHANGED
@@ -39,11 +39,11 @@ The prefered way to refence dependencies is to use a GitHub URL. These dependenc
39
39
 
40
40
  ```json
41
41
  {
42
- ...
42
+ // ...
43
43
  "dependencies": {
44
44
  "third-party-package": "github:exampleorg/thirdpartypackage"
45
45
  }
46
- ...
46
+ // ...
47
47
  }
48
48
  ```
49
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.265",
3
+ "version": "0.0.266",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "index.js",
6
6
  "scripts": {