Skip to content

Commit 762d0b0

Browse files
committed
2.11.0
1 parent e297633 commit 762d0b0

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shoelace-style/shoelace",
33
"description": "A forward-thinking library of web components.",
4-
"version": "2.10.0",
4+
"version": "2.11.0",
55
"homepage": "https://github.com/shoelace-style/shoelace",
66
"author": "Cory LaViska",
77
"license": "MIT",
@@ -25,8 +25,15 @@
2525
"./dist/react/*": "./dist/react/*",
2626
"./dist/translations/*": "./dist/translations/*"
2727
},
28-
"files": ["dist", "cdn"],
29-
"keywords": ["web components", "custom elements", "components"],
28+
"files": [
29+
"dist",
30+
"cdn"
31+
],
32+
"keywords": [
33+
"web components",
34+
"custom elements",
35+
"components"
36+
],
3037
"repository": {
3138
"type": "git",
3239
"url": "git+https://github.com/shoelace-style/shoelace.git"
@@ -133,6 +140,9 @@
133140
"user-agent-data-types": "^0.3.1"
134141
},
135142
"lint-staged": {
136-
"*.{ts,js}": ["eslint --max-warnings 0 --cache --fix", "prettier --write"]
143+
"*.{ts,js}": [
144+
"eslint --max-warnings 0 --cache --fix",
145+
"prettier --write"
146+
]
137147
}
138148
}

0 commit comments

Comments
 (0)