Skip to content

Commit

Permalink
DEV: Switch to use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks committed Oct 1, 2024
1 parent 5be899e commit dde2460
Show file tree
Hide file tree
Showing 4 changed files with 3,900 additions and 3,625 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ To learn more, check out: https://meta.discourse.org/t/discourse-gifs-component/

### Developers

This repository uses the Minimasonry library to lay out the GIFs when selecting. Use `yarn run copy-masonry` to update the package.
This repository uses the Minimasonry library to lay out the GIFs when selecting. Use `pnpm run copy-masonry` to update the package.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@
"ember-template-lint": "^5.13.0",
"eslint": "^8.56.0",
"prettier": "^2.8.8"
},
"engines": {
"node": ">= 18",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">= 9"
}
}
Loading

0 comments on commit dde2460

Please sign in to comment.