From c225d180ba3c4f7c464cc8caf242583e07787a39 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 3 Feb 2014 11:15:31 -0800 Subject: [PATCH] Set fixture theme types to "ui" --- spec/fixtures/packages/theme-with-index-css/package.json | 2 +- spec/fixtures/packages/theme-with-index-less/package.json | 2 +- .../packages/theme-with-multiple-imported-files/package.json | 2 +- spec/fixtures/packages/theme-with-package-file/package.json | 2 +- spec/fixtures/packages/theme-with-ui-variables/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spec/fixtures/packages/theme-with-index-css/package.json b/spec/fixtures/packages/theme-with-index-css/package.json index a4dc0188d..16e770b05 100644 --- a/spec/fixtures/packages/theme-with-index-css/package.json +++ b/spec/fixtures/packages/theme-with-index-css/package.json @@ -1,3 +1,3 @@ { - "theme": true + "theme": "ui" } diff --git a/spec/fixtures/packages/theme-with-index-less/package.json b/spec/fixtures/packages/theme-with-index-less/package.json index a4dc0188d..16e770b05 100644 --- a/spec/fixtures/packages/theme-with-index-less/package.json +++ b/spec/fixtures/packages/theme-with-index-less/package.json @@ -1,3 +1,3 @@ { - "theme": true + "theme": "ui" } diff --git a/spec/fixtures/packages/theme-with-multiple-imported-files/package.json b/spec/fixtures/packages/theme-with-multiple-imported-files/package.json index a4dc0188d..16e770b05 100644 --- a/spec/fixtures/packages/theme-with-multiple-imported-files/package.json +++ b/spec/fixtures/packages/theme-with-multiple-imported-files/package.json @@ -1,3 +1,3 @@ { - "theme": true + "theme": "ui" } diff --git a/spec/fixtures/packages/theme-with-package-file/package.json b/spec/fixtures/packages/theme-with-package-file/package.json index b429a1151..a5e06495a 100644 --- a/spec/fixtures/packages/theme-with-package-file/package.json +++ b/spec/fixtures/packages/theme-with-package-file/package.json @@ -1,4 +1,4 @@ { - "theme": true, + "theme": "ui", "stylesheets": ["first.css", "second.less", "last.css"] } diff --git a/spec/fixtures/packages/theme-with-ui-variables/package.json b/spec/fixtures/packages/theme-with-ui-variables/package.json index fa1446fd6..047ee57c9 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": true, + "theme": "ui", "stylesheets": ["editor.less"] }