Adds repository field to babel-regenerator-runtime (#3506)

Similiar to #3370.

One of our licensing checking scripts throws warnings, as we expect npm dependencies to contain the repository field.
This commit is contained in:
Lukas Eipert 2016-05-20 17:41:48 +02:00 committed by Henry Zhu
parent ff044bbb0f
commit 13c961d29d

View File

@ -4,6 +4,7 @@
"description": "",
"version": "6.5.0",
"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"
}