Skip to content

Commit

Permalink
signalR should be restored by lib manager
Browse files Browse the repository at this point in the history
  • Loading branch information
capnmidnight committed Aug 22, 2020
1 parent 9f1a8e3 commit 15734de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ typings/
*.user

Calla-Lib/js/README.md
/Calla-Site/scripts/lib/signalr/
10 changes: 10 additions & 0 deletions Calla-Site/libman.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "1.0",
"defaultProvider": "unpkg",
"libraries": [
{
"library": "@microsoft/signalr@latest",
"destination": "scripts/lib/signalr"
}
]
}

0 comments on commit 15734de

Please sign in to comment.