diff --git a/bower.json b/bower.json index 51f95866..cebe94d4 100644 --- a/bower.json +++ b/bower.json @@ -22,10 +22,7 @@ "url": "git://github.com/goldfire/howler.js.git" }, "main": "dist/howler.js", - "license": { - "type": "MIT", - "url": "https://raw.githubusercontent.com/goldfire/howler.js/master/LICENSE.md" - }, + "license": "MIT", "moduleType": [ "amd", "globals", diff --git a/package.json b/package.json index 6f3c7eb2..f081bda7 100644 --- a/package.json +++ b/package.json @@ -29,10 +29,7 @@ }, "main": "dist/howler.js", "version": "2.0.3", - "license": { - "type": "MIT", - "url": "https://raw.githubusercontent.com/goldfire/howler.js/master/LICENSE.md" - }, + "license": "MIT", "files": [ "src", "dist/howler.js",