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

Commit

Permalink
Merge pull request #20 from guardian/nicl/export-format-as-type
Browse files Browse the repository at this point in the history
Export format as type
  • Loading branch information
nicl authored Sep 7, 2020
2 parents 3277ac1 + 61cf137 commit 4581f9a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
; This file is for unifying the coding style for different editors and IDEs
; See editorconfig.org

; top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[package.json]
indent_size = 2
5 changes: 3 additions & 2 deletions Format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ export {
Pillar,
Design,
Display,
Format,
}
};

export type { Format };
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/types",
"version": "0.4.3",
"version": "0.4.4",
"description": "A place for types",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4581f9a

Please sign in to comment.