[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
0

Configure Feed

Select the types of activity you want to include in your feed.

ripple-framework / lerna.json
247 B 14 lines
1{ 2 "version": "2.1.0-alpha.116", 3 "npmClient": "pnpm", 4 "exact": true, 5 "command": { 6 "publish": { 7 "message": "chore(release): publish %s [skip ci]", 8 "conventionalCommits": true 9 } 10 }, 11 "packages": [ 12 "packages/*" 13 ] 14}