Define default unpkg file for SignalR JS client (#20697)

Fixes #20696
This commit is contained in:
Scott Addie 2020-04-16 21:07:08 -05:00 committed by GitHub
parent b1c853437c
commit dcff62347e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
"typings": "./dist/esm/index.d.ts",
"umd": "./dist/browser/signalr.js",
"umd_name": "signalR",
"unpkg": "./dist/browser/signalr.js",
"directories": {
"test": "spec"
},