Skip to content

Commit

Permalink
chore: Use rapidbundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
avocadowastaken committed May 4, 2021
1 parent d8b0c9a commit 6418859
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dist"
],
"scripts": {
"build": "rimraf dist && tsc --build tsconfig.build.json",
"build": "rimraf dist && rapidbundle",
"prepare": "husky install",
"release": "np --no-2fa",
"tdd": "jest --watch",
Expand Down Expand Up @@ -67,6 +67,7 @@
"luxon": "^1.26.0",
"np": "^7.5.0",
"prettier": "^2.0.2",
"rapidbundle": "^0.1.6",
"typescript": "^4.2.4"
},
"peerDependencies": {
Expand Down
11 changes: 0 additions & 11 deletions tsconfig.build.json

This file was deleted.

16 changes: 13 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,7 @@ debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
dependencies:
ms "2.0.0"

debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
Expand Down Expand Up @@ -2331,7 +2331,7 @@ esbuild-jest@^0.5.0:
"@babel/plugin-transform-modules-commonjs" "^7.12.13"
babel-jest "^26.6.3"

esbuild@^0.11.18:
esbuild@^0.11.0, esbuild@^0.11.18:
version "0.11.18"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.11.18.tgz#b587ec9e84d2e291b545e3c6342b5b703fd009cb"
integrity sha512-KD7v4N9b5B8bxPUNn/3GA9r0HWo4nJk3iwjZ+2zG1ffg+r8ig+wqj7sW6zgI6Sn4/B2FnbzqWxcAokAGGM5zwQ==
Expand Down Expand Up @@ -5668,6 +5668,16 @@ quick-lru@^4.0.1:
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f"
integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==

rapidbundle@^0.1.6:
version "0.1.6"
resolved "https://registry.yarnpkg.com/rapidbundle/-/rapidbundle-0.1.6.tgz#70fdf3b8be3a243a7d3830420b4dca23a57a2adf"
integrity sha512-AGGYVlK0E/PDuSLPdP5fq754UccLmwM4Wt0Awk25GqNHqzgI0UK6l8P3HyUaASL45hdI8wSbCJ34M/GS1zRCEg==
dependencies:
debug "^4.3.1"
esbuild "^0.11.0"
find-up "^5.0.0"
semver "^7.3.5"

rc@^1.2.8:
version "1.2.8"
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
Expand Down Expand Up @@ -6034,7 +6044,7 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.2.0, semver@^6.3.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
version "7.3.5"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
Expand Down

0 comments on commit 6418859

Please sign in to comment.