Skip to content

Commit

Permalink
Add @wbbaddons/push as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Oct 24, 2020
1 parent 449b839 commit c12a2fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -3,6 +3,7 @@
"typescript": "^4.0.3"
},
"dependencies": {
"@types/socket.io-client": "^1.4.34"
"@types/socket.io-client": "^1.4.34",
"@wbbaddons/push": "https://github.com/wbbaddons/Push.git#master"
}
}
8 changes: 7 additions & 1 deletion tsconfig.json
Expand Up @@ -18,6 +18,12 @@
"strict": true,
"sourceMap": true,
"declarationDir": "out.d",
"declaration": true
"declaration": true,
"baseUrl": ".",
"paths": {
"*": [
"node_modules/@wbbaddons/push/ts/*"
]
}
}
}
4 changes: 4 additions & 0 deletions yarn.lock
Expand Up @@ -7,6 +7,10 @@
resolved "https://registry.yarnpkg.com/@types/socket.io-client/-/socket.io-client-1.4.34.tgz#8ca5f5732a9ad92b79aba71083cda5e5821e3ed9"
integrity sha512-Lzia5OTQFJZJ5R4HsEEldywiiqT9+W2rDbyHJiiTGqOcju89sCsQ8aUXDljY6Ls33wKZZGC0bfMhr/VpOyjtXg==

"@wbbaddons/push@https://github.com/wbbaddons/Push.git#master":
version "2.1.3"
resolved "https://github.com/wbbaddons/Push.git#6fdfc606ae8afe0dd52aabc73053e0e2b57fdbea"

typescript@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
Expand Down

0 comments on commit c12a2fc

Please sign in to comment.