Skip to content

Commit

Permalink
chore: add pnpm override for ember-source
Browse files Browse the repository at this point in the history
  • Loading branch information
vscav committed Nov 23, 2023
1 parent c847853 commit e51f5eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"release": true,
"tokenRef": "GITHUB_AUTH"
},
"npm": false
"npm": false,
"pnpm": {
"overrides": {
"ember-source": "4.12.2"
}
}
}
}

0 comments on commit e51f5eb

Please sign in to comment.