diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package.json b/package.json index 0cf4b0ee3f..5d5f751ce2 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,7 @@ "type": "git", "url": "git://github.com/mapbox/mapbox-gl-native.git" }, - "licenses": [ - { - "type": "BSD", - "url": "https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md" - } - ], + "license": "BSD-2-Clause", "dependencies": { "nan": "^2.1.0", "node-pre-gyp": "^0.6.17" |