From 14a5752ea2e52fd127fd61bcef691e96e42ad259 Mon Sep 17 00:00:00 2001 From: jos Date: Fri, 29 May 2015 12:13:20 +0200 Subject: [PATCH] Replaced spdx license expression with array with identifiers for bower (see #876) --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index fc4af9f6..62594f91 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "main": ["dist/vis.min.js", "dist/vis.min.css"], "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", - "license": "(Apache-2.0 OR MIT)", + "license": ["Apache-2.0", "MIT"], "repository": { "type": "git", "url": "git://github.com/almende/vis.git"