From 82c9e7a8d9b84f8933acdfd0437134dcc5af782e Mon Sep 17 00:00:00 2001 From: Marek Lewandowski Date: Tue, 2 Feb 2016 11:39:40 +0100 Subject: [PATCH] Set bower.json moduleType property to globals. --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 4623c6f4b4..1adf76eff5 100644 --- a/bower.json +++ b/bower.json @@ -5,5 +5,6 @@ "authors": "CKSource (http://cksource.com/)", "license": "For licensing, see LICENSE.md or http://ckeditor.com/license.", "homepage": "http://ckeditor.com", - "main": "./ckeditor.js" + "main": "./ckeditor.js", + "moduleType": "globals" }