diff --git a/bower.json b/bower.json index ff0ecf17..3de35e6c 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", "MIT"], + "license": "(Apache-2.0 OR MIT)", "repository": { "type": "git", "url": "git://github.com/almende/vis.git" diff --git a/package.json b/package.json index fdae7c86..bcc485e7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "4.0.1-SNAPSHOT", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", - "license": ["Apache-2.0", "MIT"], + "license": "(Apache-2.0 OR MIT)", "repository": { "type": "git", "url": "git://github.com/almende/vis.git"