@markuplint/erb-parser 4.0.0-alpha.7 → 4.0.0-alpha.9

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 +0 -10
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -53,13 +53,3 @@ If it doesn't nest by quotations.
53
53
  <div attr=<%= value %>></div>
54
54
  ```
55
55
  <!-- prettier-ignore-end -->
56
-
57
- If it mixes the tags and spaces.
58
-
59
- ```html
60
- <div attr=" <%= value %> "></div>
61
- ```
62
-
63
- ```html
64
- <div attr="<%= value %> <%= value2 %>"></div>
65
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/erb-parser",
3
- "version": "4.0.0-alpha.7",
3
+ "version": "4.0.0-alpha.9",
4
4
  "description": "eRuby template parser for markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -21,9 +21,9 @@
21
21
  "clean": "tsc --build --clean"
22
22
  },
23
23
  "dependencies": {
24
- "@markuplint/html-parser": "4.0.0-alpha.7",
25
- "@markuplint/ml-ast": "4.0.0-alpha.7",
26
- "@markuplint/parser-utils": "4.0.0-alpha.7"
24
+ "@markuplint/html-parser": "4.0.0-alpha.9",
25
+ "@markuplint/ml-ast": "4.0.0-alpha.9",
26
+ "@markuplint/parser-utils": "4.0.0-alpha.9"
27
27
  },
28
- "gitHead": "571129bf6498541125e1e7c3907d5ed9af53459a"
28
+ "gitHead": "c86b754700aaf61b561a64dbd0c87424e772f619"
29
29
  }