@financial-times/x-teaser 21.0.0-beta.1 → 21.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -3
  2. package/readme.md +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/x-teaser",
3
- "version": "21.0.0-beta.1",
3
+ "version": "21.0.0",
4
4
  "description": "This module provides templates for use with o-teaser. Teasers are used to present content.",
5
5
  "source": "src/Teaser.jsx",
6
6
  "main": "dist/Teaser.cjs.js",
@@ -27,8 +27,7 @@
27
27
  },
28
28
  "homepage": "https://github.com/Financial-Times/x-teaser/tree/HEAD/components/x-teaser",
29
29
  "engines": {
30
- "node": "16.x || 18.x || 20.x",
31
- "npm": "7.x || 8.x || 9.x || 10.x"
30
+ "node": "22.x || 24.x"
32
31
  },
33
32
  "publishConfig": {
34
33
  "access": "public"
package/readme.md CHANGED
@@ -4,8 +4,6 @@ This module provides templates for use with [o-teaser](https://github.com/Financ
4
4
 
5
5
  ## Installation
6
6
 
7
- This module is supported on Node 12 and is distributed on npm.
8
-
9
7
  ```bash
10
8
  npm install --save @financial-times/x-teaser @financial-times/o-teaser
11
9
  ```