update license field with a valid SPDX expression (#3507)

This commit is contained in:
Lukas Eipert 2016-05-28 15:39:06 +02:00 committed by Henry Zhu
parent 822e8804d5
commit 8532bb8334

View File

@ -6,5 +6,5 @@
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-regenerator-runtime",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-regenerator-runtime",
"main": "runtime.js",
"license": "BSD"
"license": "BSD-2-Clause"
}