From 49699bddf2f3fe846c8f20e90cb3603415e457b0 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 14 Jan 2015 19:52:26 -0700 Subject: [PATCH] Fix styleSheets manifest key in package.json of fixtures --- .../packages/theme-with-incomplete-ui-variables/package.json | 2 +- spec/fixtures/packages/theme-with-syntax-variables/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/fixtures/packages/theme-with-incomplete-ui-variables/package.json b/spec/fixtures/packages/theme-with-incomplete-ui-variables/package.json index 047ee57c9..b62d9ab61 100644 --- a/spec/fixtures/packages/theme-with-incomplete-ui-variables/package.json +++ b/spec/fixtures/packages/theme-with-incomplete-ui-variables/package.json @@ -1,4 +1,4 @@ { "theme": "ui", - "stylesheets": ["editor.less"] + "styleSheets": ["editor.less"] } diff --git a/spec/fixtures/packages/theme-with-syntax-variables/package.json b/spec/fixtures/packages/theme-with-syntax-variables/package.json index 25e471b2f..7f8bafacb 100644 --- a/spec/fixtures/packages/theme-with-syntax-variables/package.json +++ b/spec/fixtures/packages/theme-with-syntax-variables/package.json @@ -1,4 +1,4 @@ { "theme": "syntax", - "stylesheets": ["editor.less"] + "styleSheets": ["editor.less"] }