Added messageformat@0.2.2

This commit is contained in:
MrJurczak
2015-10-12 13:09:27 +02:00
parent 9ffb5fc93a
commit 73fea8c3cc
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"registry": "npm",
"format": "global",
"files": [
"messageformat.js",
"locale/*.js"
],
"shim": {
"messageformat": {
"exports": "MessageFormat"
}
}
}