Skip to content

Commit 29e1c57

Browse files
committed
fix: updates to fix minor issues from merge from master
1 parent b28759c commit 29e1c57

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{% include "@pl/d8-media-browse--list-view.twig" with {
1+
{% include "@pl/-d8-media-browse--list-view.twig" with {
22
"page_title": "Press Releases"
33
} %}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "@bolt/components-table",
3+
"description": "Table Component in Bolt",
4+
"keywords": [
5+
"bolt design system",
6+
"bolt",
7+
"css framework",
8+
"design system",
9+
"components"
10+
],
11+
"version": "0.0.0",
12+
"homepage": "https://bolt-design-system.com",
13+
"maintainers": [
14+
{
15+
"name": "Salem Ghoweri",
16+
"email": "me@salemghoweri.com",
17+
"web": "https://github.com/sghoweri"
18+
},
19+
{
20+
"name": "Mike Mai",
21+
"email": "boss@mikemai.net",
22+
"web": "http://mikemai.net/"
23+
}
24+
],
25+
"license": "MIT",
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/bolt-design-system/bolt/"
29+
},
30+
"bugs": {
31+
"url": "https://github.com/bolt-design-system/bolt/issues"
32+
},
33+
"style": "index.scss",
34+
"twig": "src/table.twig",
35+
"schema": "table.schema.yml",
36+
"publishConfig": {
37+
"access": "public"
38+
},
39+
"dependencies": {
40+
"@bolt/core": "^2.0.0-beta.1"
41+
}
42+
}

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,9 +604,9 @@
604604
to-fast-properties "^2.0.0"
605605

606606
"@bolt/components-page-footer@file:packages/components/bolt-page-footer":
607-
version "2.0.0-beta.0"
607+
version "2.0.0-beta.1"
608608
dependencies:
609-
"@bolt/core" "^2.0.0-beta.0"
609+
"@bolt/core" "^2.0.0-beta.1"
610610

611611
"@bolt/fast-sass-loader@github:bolt-design-system/fast-sass-loader#master":
612612
version "1.4.5"

0 commit comments

Comments
 (0)