Skip to content

Commit bd74277

Browse files
eslint fixes
1 parent b0904fb commit bd74277

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export default {
4444

4545
<br></details>
4646

47-
4847
<details>
4948
<summary>Webpack</summary><br>
5049

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -104,26 +104,26 @@
104104
"webpack": "^4 || ^5"
105105
},
106106
"peerDependenciesMeta": {
107-
"webpack": {
107+
"@nuxt/kit": {
108108
"optional": true
109109
},
110-
"rollup": {
110+
"@nuxt/schema": {
111111
"optional": true
112112
},
113-
"vite": {
114-
"optional": true
113+
"@stencil/core": {
114+
"optional": false
115115
},
116116
"esbuild": {
117117
"optional": true
118118
},
119-
"@nuxt/kit": {
119+
"rollup": {
120120
"optional": true
121121
},
122-
"@nuxt/schema": {
122+
"vite": {
123123
"optional": true
124124
},
125-
"@stencil/core": {
126-
"optional": false
125+
"webpack": {
126+
"optional": true
127127
}
128128
},
129129
"dependencies": {
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# my-component
22

3-
4-
53
<!-- Auto Generated Below -->
64

7-
85
## Properties
96

107
| Property | Attribute | Description | Type | Default |
@@ -13,7 +10,6 @@
1310
| `last` | `last` | The last name | `string` | `undefined` |
1411
| `middle` | `middle` | The middle name | `string` | `undefined` |
1512

16-
1713
----------------------------------------------
1814

1915
*Built with [StencilJS](https://stenciljs.com/)*

0 commit comments

Comments
 (0)