@emdaer/plugin-list
Advanced tools
+3
-1
@@ -20,3 +20,5 @@ /* */ | ||
| async item => | ||
| `<li>${typeof item === 'string' ? item : await listPlugin(item.options)}</li>` | ||
| `<li>${typeof item === 'string' | ||
| ? item | ||
| : await listPlugin(item.options)}</li>` | ||
| ) | ||
@@ -23,0 +25,0 @@ )), |
+1
-1
| { | ||
| "name": "@emdaer/plugin-list", | ||
| "description": "an emdaer plugin to add lists", | ||
| "version": "1.0.0-alpha.11", | ||
| "version": "1.0.0-alpha.13", | ||
| "repository": "emdaer/emdaer", | ||
@@ -6,0 +6,0 @@ "homepage": "https://emdaer.github.io/", |
+3
-1
@@ -23,3 +23,5 @@ /* @flow */ | ||
| async item => | ||
| `<li>${typeof item === 'string' ? item : await listPlugin(item.options)}</li>` | ||
| `<li>${typeof item === 'string' | ||
| ? item | ||
| : await listPlugin(item.options)}</li>` | ||
| ) | ||
@@ -26,0 +28,0 @@ )), |
3026
1.61%85
4.94%