diff --git a/package.json b/package.json index 9d14353..42f2f60 100644 --- a/package.json +++ b/package.json @@ -27,12 +27,7 @@ "devDependencies": { "tape": "^2.12.0" }, - "licenses": [ - { - "type": "MIT", - "url": "http://github.com/Raynos/global/raw/master/LICENSE" - } - ], + "license": "MIT", "scripts": { "test": "node ./test", "build": "browserify test/index.js -o test/static/bundle.js",