Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Merge branch 'main' into migrate-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Lynch committed Jun 28, 2021
2 parents 26649e8 + a9b8a3b commit 9b491ec
Show file tree
Hide file tree
Showing 8 changed files with 1,625 additions and 23 deletions.
42 changes: 24 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,28 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

## Table of contents

- [Modules](#modules)
- [`cookies`](#cookies)
- [`format`](#format)
- [`getLocale`](#getlocale)
- [`getSwitches`](#getswitches)
- [`isBoolean`](#isboolean)
- [`isObject`](#isobject)
- [`isString`](#isstring)
- [`isUndefined`](#isundefined)
- [`loadScript`](#loadscript)
- [`log`/`debug`](#logdebug)
- [`storage`](#storage)
- [`timeAgo`](#timeago)
- [Installation](#installation)
- [Bundling](#bundling)
- [Development](#development)
- [Requirements](#requirements)
- [Releasing](#releasing)
- [Modules](#modules)
- [`cookies`](#cookies)
- [Countries](#countries)
- [`format`](#format)
- [`getLocale`](#getlocale)
- [`getSwitches`](#getswitches)
- [`isBoolean`](#isboolean)
- [`isObject`](#isobject)
- [`isString`](#isstring)
- [`isUndefined`](#isundefined)
- [`loadScript`](#loadscript)
- [`log`/`debug`](#logdebug)
- [`storage`](#storage)
- [`timeAgo`](#timeago)
- [Installation](#installation)
- [Bundling](#bundling)
- [Development](#development)
- [Requirements](#requirements)
- [Releasing](#releasing)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand All @@ -40,6 +42,10 @@ The following modules are available:

API over `document.cookies`.

### [Countries](./src/countries.README.md)

Country data and methods to access it.

### [`format`](./src/format.README.md)

Types and enums related to editorial formats.
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@guardian/eslint-config-typescript": "0.6.0",
"@guardian/pkgu": "0.6.0",
"@guardian/prettier": "0.6.0",
"@guardian/types": "^6.1.0",
"@rollup/plugin-typescript": "8.2.1",
"@semantic-release/github": "7.2.3",
"@types/jest": "26.0.23",
Expand All @@ -57,9 +56,6 @@
"typescript": "4.3.4",
"wcag-contrast": "^3.0.0"
},
"peerDependencies": {
"@guardian/types": "^6.1.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
Loading

0 comments on commit 9b491ec

Please sign in to comment.