0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/utils/fixtures/themes/members-test-theme/package.json
Hannah Wolfe 4332546a56
Removed theme engines API versioning concept
refs: https://github.com/TryGhost/Toolbox/issues/228

- we are getting rid of the concept of api versions from Ghost
- this means getting rid of them from the frontend as well, and from themes
2022-04-28 15:35:27 +01:00

9 lines
203 B
JSON

{
"name": "members-test-theme",
"description": "A minimal theme for testing members behaviour",
"version": "1.0.0",
"license": "MIT",
"config": {
"posts_per_page": 25
}
}