Skip to content

Commit

Permalink
refactor: remove explicit dependencies, as the node plugin can guess …
Browse files Browse the repository at this point in the history
…from package.json file
  • Loading branch information
bgatellier committed Jun 1, 2024
1 parent 290c535 commit 6bb68d9
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 38 deletions.
5 changes: 0 additions & 5 deletions modules/api/moon.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
dependsOn:
- id: 'common'
scope: 'production'
- id: 'cli'
scope: 'peer'
language: typescript
project:
name: Heart REST API
Expand Down
3 changes: 0 additions & 3 deletions modules/cli/moon.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
dependsOn:
- id: 'common'
scope: 'production'
language: typescript
project:
name: Heart CLI
Expand Down
5 changes: 0 additions & 5 deletions modules/greenit/moon.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
dependsOn:
- id: 'common'
scope: 'production'
- id: 'cli'
scope: 'peer'
language: typescript
project:
name: Heart GreenIT
Expand Down
5 changes: 0 additions & 5 deletions modules/lighthouse/moon.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
dependsOn:
- id: 'common'
scope: 'production'
- id: 'cli'
scope: 'peer'
language: typescript
project:
name: Heart Lighthouse
Expand Down
5 changes: 0 additions & 5 deletions modules/mysql/moon.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
dependsOn:
- id: 'common'
scope: 'production'
- id: 'cli'
scope: 'peer'
language: typescript
project:
name: Heart MySQL
Expand Down
5 changes: 0 additions & 5 deletions modules/observatory/moon.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
dependsOn:
- id: 'common'
scope: 'production'
- id: 'cli'
scope: 'peer'
language: typescript
project:
name: Heart Observatory
Expand Down
5 changes: 0 additions & 5 deletions modules/slack/moon.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
dependsOn:
- id: 'common'
scope: 'production'
- id: 'cli'
scope: 'peer'
language: typescript
project:
name: Heart Slack
Expand Down
5 changes: 0 additions & 5 deletions modules/ssllabs-server/moon.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
dependsOn:
- id: 'common'
scope: 'production'
- id: 'cli'
scope: 'peer'
language: typescript
project:
name: Heart SSLLabs Server
Expand Down

0 comments on commit 6bb68d9

Please sign in to comment.