Skip to content

Commit

Permalink
Moderize license declaration.
Browse files Browse the repository at this point in the history
Newer npm wants just an SPDX.org license id under the 'license'
key so use that instead of the type+url tuple we had before.

Fixes an `npm install` warning.
  • Loading branch information
rillian committed Dec 1, 2016
1 parent e0187a3 commit 315b2b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,5 @@
"scripts": {
"test": "./node_modules/.bin/grunt"
},
"license": {
"type": "Apache-2.0",
"url": "https://github.com/mozilla/vtt.js/blob/master/LICENSE"
}
"license": "Apache-2.0"
}

0 comments on commit 315b2b5

Please sign in to comment.