Files

13 lines
184 B
JSON
Raw Permalink Normal View History

2015-10-12 13:09:27 +02:00
{
"registry": "npm",
"format": "global",
"files": [
"messageformat.js",
"locale/*.js"
],
"shim": {
"messageformat": {
"exports": "MessageFormat"
}
}
}