Skip to content

Commit

Permalink
Merge pull request #175 from sketch-hq/chore/remove-unused-fonts-meta…
Browse files Browse the repository at this point in the history
…data

Remove unused fonts metadata
  • Loading branch information
christianklotz authored May 7, 2021
2 parents 4c4ee91 + 2d2471a commit 6abc3a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/fluffy-geese-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@sketch-hq/sketch-file-format': patch
'@sketch-hq/sketch-file-format-ts': patch
---

Removed fonts property from meta.json
3 changes: 0 additions & 3 deletions packages/file-format/schema/meta.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ properties:
- 134
- 135
- 136
fonts:
type: array
items: { type: string }
compatibilityVersion: { const: 99 }
coeditCompatibilityVersion: { type: number }
app: { $ref: ./enums/bundle-id.schema.yaml }
Expand Down
1 change: 0 additions & 1 deletion packages/file/src/__tests__/file.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ describe('toFile', () => {
autosaved: 0,
build: 0,
compatibilityVersion: 99,
fonts: [''],
variant: 'TESTING',
created: {
commit: '6896e2bfdb0a2a03f745e4054a8c5fc58565f9f1',
Expand Down

0 comments on commit 6abc3a6

Please sign in to comment.