Skip to content

Commit 1a38cfe

Browse files
refactor(deps): switch to tagged laddr v3.0.1
1 parent 1e75aa6 commit 1a38cfe

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed
Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
[holomapping]
22
files = [
33
"*/**",
4-
"!cypress/**",
5-
"!script/**",
4+
5+
# exclude CI and developer assets
6+
"!.github/",
7+
"!.vscode/",
8+
"!cypress/",
9+
"!docs/",
10+
"!fixtures/",
11+
"!habitat/",
12+
"!helm-chart/",
13+
"!php-config/Git.config.d/",
14+
"!script/",
615
]
716
after = "*"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[holomapping]
2-
files = "*/**"
2+
holosource="=>emergence-skeleton"
3+
files = "**"
34
before = "*"

.holo/sources/laddr.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[holosource]
22
url = "https://github.com/CodeForPhilly/laddr"
3-
ref = "refs/heads/emergence/skeleton/v3"
3+
ref = "refs/tags/v3.0.1"

0 commit comments

Comments
 (0)