From fb4956dde698434b412ef0b135b07e2f30aa56e8 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 14 Jan 2015 18:45:13 -0700 Subject: [PATCH] Fix deprecated styleSheets manifest key --- spec/fixtures/packages/theme-with-ui-variables/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/fixtures/packages/theme-with-ui-variables/package.json b/spec/fixtures/packages/theme-with-ui-variables/package.json index 047ee57c9..b62d9ab61 100644 --- a/spec/fixtures/packages/theme-with-ui-variables/package.json +++ b/spec/fixtures/packages/theme-with-ui-variables/package.json @@ -1,4 +1,4 @@ { "theme": "ui", - "stylesheets": ["editor.less"] + "styleSheets": ["editor.less"] }