Skip to content

Commit

Permalink
fix(rules): wrong pkg type for koala
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Sep 20, 2023
1 parent 283f050 commit 1efd749
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/rules/analytics/koalaanalytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ register({
tech: 'koalaanalytics',
name: 'Koala Analytics',
type: 'analytics',
dependencies: [{ type: 'php', name: '@getkoala/browser' }],
dependencies: [{ type: 'npm', name: '@getkoala/browser' }],
});
6 changes: 6 additions & 0 deletions src/rules/spec/nodejs/__snapshots__/component.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ exports[`npm > should match everything 1`] = `
"influxdb",
"jira",
"koa",
"koalaanalytics",
"kubernetes",
"launchdarkly",
"lemonsqueezy",
Expand Down Expand Up @@ -735,6 +736,11 @@ exports[`npm > should match everything 2`] = `
"@getbrevo/brevo",
"0.0.0",
],
[
"npm",
"@getkoala/browser",
"0.0.0",
],
[
"npm",
"@gitbook/api",
Expand Down
6 changes: 0 additions & 6 deletions src/rules/spec/php/__snapshots__/component.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ exports[`php > should match everything 1`] = `
"influxdb",
"jira",
"klaviyo",
"koalaanalytics",
"kubernetes",
"laravel",
"launchdarkly",
Expand Down Expand Up @@ -123,11 +122,6 @@ exports[`php > should match everything 1`] = `

exports[`php > should match everything 2`] = `
[
[
"php",
"@getkoala/browser",
"0.0.0",
],
[
"php",
"adilbaig/pagerduty",
Expand Down

0 comments on commit 1efd749

Please sign in to comment.