Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit e25c19b

Browse files
committed
Add fun-events dependency
1 parent d35b57c commit e25c19b

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"dependencies": {
2222
"a-iterable": "^2.4.2",
2323
"call-thru": "^2.5.2",
24+
"fun-events": "^5.0.3",
2425
"tslib": "^1.10.0"
2526
},
2627
"devDependencies": {

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"importHelpers": true,
1414
"noEmitHelpers": true,
1515
"lib": [
16+
"dom",
1617
"es6"
1718
],
1819
"outDir": "target/js",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,14 @@ fsevents@^1.2.7:
13631363
nan "^2.12.1"
13641364
node-pre-gyp "^0.12.0"
13651365

1366+
fun-events@^5.0.3:
1367+
version "5.0.3"
1368+
resolved "https://registry.yarnpkg.com/fun-events/-/fun-events-5.0.3.tgz#de80b7f7c4a21191a5a716d4838a774d69f6c8f9"
1369+
integrity sha512-QZDxSsAr1/YYqveybDIUsidQTf4ZZin55yH3qJczO1J5NiIwJfjpKujYxTMFXJXwgT0ZdgAckxvqrRSNQQSjww==
1370+
dependencies:
1371+
call-thru "^2.5.2"
1372+
tslib "^1.10.0"
1373+
13661374
function-bind@^1.0.2, function-bind@^1.1.1:
13671375
version "1.1.1"
13681376
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"

0 commit comments

Comments
 (0)