Add unpkg and jsdelivr fields to allow CDNs to automatically pick compatible modules

This commit is contained in:
Tom MacWright 2019-11-01 12:01:11 -07:00 committed by SheetJSDev
parent b7c0b0d914
commit 96e44a5ae4

View File

@ -21,6 +21,8 @@
"xlsx": "./bin/xlsx.njs"
},
"main": "./xlsx",
"unpkg": "dist/xlsx.min.js",
"jsdelivr": "dist/xlsx.min.js",
"types": "types",
"browser": {
"buffer": false,