Add github:SheetJS/js-xlsx as "xlsx" to match NPM module name.

This commit is contained in:
Tauren Mills
2014-12-09 23:24:15 -08:00
parent 1f9e6ee406
commit 5f916a1eed
2 changed files with 5 additions and 1 deletions
@@ -0,0 +1,3 @@
{
"format": "global"
}
+2 -1
View File
@@ -98,5 +98,6 @@
"webfont": "github:components/webfontloader",
"when": "github:cujojs/when",
"wire": "github:cujojs/wire",
"xlsjs": "github:SheetJS/js-xls"
"xlsjs": "github:SheetJS/js-xls",
"xlsx": "github:SheetJS/js-xlsx"
}