Skip to content

Commit

Permalink
Added @types/offscreencanvas
Browse files Browse the repository at this point in the history
  • Loading branch information
KodyJKing committed Nov 5, 2021
1 parent b69ca2b commit f65b341
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"author": "Kody King <kody.j.king@gmail.com>",
"license": "none",
"scripts": {
"dev": "yarn install && yarn build && yarn link geode",
"dev": "yarn build && yarn link geode",
"postinstall": "yarn dev",
"clean": "rm -f yarn.lock && rm -rf lib && rm -rf node_modules",
"build": "tsc",
"watch": "tsc -w",
Expand All @@ -16,6 +17,7 @@
},
"private": true,
"devDependencies": {
"@types/offscreencanvas": "^2019.6.4",
"ava": "^2.2.0",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
Expand All @@ -25,4 +27,4 @@
"express": "^4.17.1",
"geode": "https://github.com/KodyJKing/geode.git"
}
}
}
22 changes: 22 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,16 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6dc4784ffcc2f"
integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYDd5p3w==

"@types/node@^10.12.9":
version "10.17.60"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b"
integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==

"@types/offscreencanvas@^2019.6.4":
version "2019.6.4"
resolved "https://registry.yarnpkg.com/@types/offscreencanvas/-/offscreencanvas-2019.6.4.tgz#64f6d120b53925028299c744fcdd32d2cd525963"
integrity sha512-u8SAgdZ8ROtkTF+mfZGOscl0or6BSj9A4g37e6nvxDc+YB/oDut0wHkK2PBBiC2bNR8TS0CPV+1gAk4fNisr1Q==

"@webassemblyjs/ast@1.8.5":
version "1.8.5"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"
Expand Down Expand Up @@ -2382,6 +2392,12 @@ gauge@~2.7.3:
strip-ansi "^3.0.1"
wide-align "^1.1.0"

"geode@https://github.com/KodyJKing/geode.git":
version "0.0.0"
resolved "https://github.com/KodyJKing/geode.git#92f997add83a110755dfe3443c883232c40c40ca"
dependencies:
liberate "https://github.com/KodyJKing/liberate.git"

get-caller-file@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
Expand Down Expand Up @@ -3311,6 +3327,12 @@ lcid@^2.0.0:
dependencies:
invert-kv "^2.0.0"

"liberate@https://github.com/KodyJKing/liberate.git":
version "0.0.0"
resolved "https://github.com/KodyJKing/liberate.git#e9d08bbaa33e3da415669e3747ddbbbc4a3b503b"
dependencies:
"@types/node" "^10.12.9"

load-json-file@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
Expand Down

0 comments on commit f65b341

Please sign in to comment.