Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
Bump origami-ci-tools from 1.3.12 to 2.0.0 (#165)
Browse files Browse the repository at this point in the history
* Bump origami-ci-tools from 1.3.12 to 2.0.0

Bumps [origami-ci-tools](https://github.com/Financial-Times/origami-ci-tools) from 1.3.12 to 2.0.0.
- [Release notes](https://github.com/Financial-Times/origami-ci-tools/releases)
- [Commits](Financial-Times/origami-ci-tools@v1.3.12...v2.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* add stylelint config

* fix stylelint issues

* update to latest stylelint origami config

* fix stylelint issues

* remove circle badge

* update to latest stylelint origami config

* remove package-lock.json file

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jake Champion <[email protected]>
Co-authored-by: Jake Champion <[email protected]>
  • Loading branch information
3 people authored May 6, 2020
1 parent 43660b3 commit 72d0563
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 349 deletions.
3 changes: 3 additions & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
"extends": "stylelint-config-origami-component"
};
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FT Video [![Circle CI](https://circleci.com/gh/Financial-Times/o-video.svg?style=svg)](https://circleci.com/gh/Financial-Times/o-video) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](#licence)
# FT Video [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](#licence)

Creates a video player and attaches analytics. Also supports pre roll ads.

Expand Down
279 changes: 0 additions & 279 deletions package-lock.json

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name": "o-video",
"devDependencies": {
"eslint-config-origami-component": "^2.0.1",
"origami-ci-tools": "^1.3.12"
"origami-ci-tools": "^2.0.0",
"stylelint-config-origami-component": "^1.0.2"
}
}
6 changes: 2 additions & 4 deletions src/scss/_ads.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@

> div,
> div > iframe {
// sass-lint:disable no-important
width: 100% !important;
height: 100% !important;
// sass-lint:enable no-important
width: 100% !important; // stylelint-disable-line declaration-no-important
height: 100% !important; // stylelint-disable-line declaration-no-important
}
}

Expand Down
Loading

0 comments on commit 72d0563

Please sign in to comment.