From 77a72a2bc29abe90a42fcd08225275e7209ce166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Rio?= Date: Fri, 10 May 2024 15:00:31 +0100 Subject: [PATCH] remove unneeded platform type --- gulp/DefaultSpecs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulp/DefaultSpecs.js b/gulp/DefaultSpecs.js index 2c9c57a2..937f7d77 100644 --- a/gulp/DefaultSpecs.js +++ b/gulp/DefaultSpecs.js @@ -14,7 +14,6 @@ const constants = { // list of platforms to compile and create scss files. platformTarget: { default: '', - o11: 'O11', }, };