marko 5.20.3 → 5.20.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ While HTML itself does not support conditionally displaying elements or repeatin
4
4
 
5
5
  ## Conditionals
6
6
 
7
- The `<if>` tag recieves an [argument](./syntax.md#arguments) which is used to determine if its body content should be present.
7
+ The `<if>` tag receives an [argument](./syntax.md#arguments) which is used to determine if its body content should be present.
8
8
 
9
9
  ```marko
10
10
  <if(user.loggedOut)>
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.20.3",
3
+ "version": "5.20.6",
4
4
  "license": "MIT",
5
5
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
6
6
  "dependencies": {
7
- "@marko/compiler": "^5.20.3",
8
- "@marko/translator-default": "^5.20.3",
7
+ "@marko/compiler": "^5.20.6",
8
+ "@marko/translator-default": "^5.20.6",
9
9
  "app-module-path": "^2.2.0",
10
10
  "argly": "^1.2.0",
11
11
  "browser-refresh-client": "1.1.4",
@@ -72,5 +72,5 @@
72
72
  "index.js",
73
73
  "node-require.js"
74
74
  ],
75
- "gitHead": "19f0a44a1e33e865ecf04eb5b9acfb8b610e51bd"
75
+ "gitHead": "7daaee216c1691249d3e014fdcd65dee4ffbab57"
76
76
  }