Skip to content

Commit

Permalink
fix for nui/bower
Browse files Browse the repository at this point in the history
  • Loading branch information
ludrob committed Oct 18, 2018
1 parent cf76b42 commit fc3ebba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions components/x-eventpromo/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "x-eventpromo",
"private": true,
"main": "dist/Eventpromo.js",
"dependencies": {
"o-buttons": "^5.14.0",
"o-colors": "^4.7.2",
Expand Down
2 changes: 1 addition & 1 deletion components/x-eventpromo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Promote content from live.ft.com",
"main": "dist/Eventpromo.cjs.js",
"module": "dist/Eventpromo.esm.js",
"browser": "dist/Eventpromo.js",
"browser": "dist/Eventpromo.es5.js",
"style": "dist/Eventpromo.css",
"types": "Props.d.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion components/x-eventpromo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Check out the [`x-engine`][engine] documentation for a list of recommended libra

## Properties

**If not marked optional, fields are require non-empty values.**
**If not marked optional, fields require non-empty values.**

Property | Type | Notes
---------------------|---------------------|--------------------------------
Expand All @@ -49,4 +49,5 @@ Property | Type | Notes
`images` | String[] | 3 image urls, will be passed to origami image service
`link` | String | Eventpromo url, should include segmentId
`location` | String | No set format: "London", "New York", "ExCeL London", etc
`strapline` | String |
`title` | String |

0 comments on commit fc3ebba

Please sign in to comment.