commit 9dd53309109abc2a7298f8bdb63aeb0ce0914fce parent 07e3d7c4cd48c9eaba62e3db33ceeefe775094b0 Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Fri, 9 Aug 2019 21:13:26 +0700 feature(Packages) => added bs-webapi Diffstat:
M | bsconfig.json | | | 2 | +- |
M | package.json | | | 1 | + |
M | yarn.lock | | | 5 | +++++ |
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/bsconfig.json b/bsconfig.json @@ -15,6 +15,6 @@ ], "suffix": ".bs.js", "namespace": true, - "bs-dependencies": ["bs-css", "reason-react"], + "bs-dependencies": ["bs-css", "bs-webapi", "reason-react"], "refmt": 3 } diff --git a/package.json b/package.json @@ -17,6 +17,7 @@ "license": "MIT", "dependencies": { "bs-css": "^9.0.1", + "bs-webapi": "^0.15.2", "react": "^16.8.1", "react-dom": "^16.8.1", "reason-react": ">=0.7.0" diff --git a/yarn.lock b/yarn.lock @@ -654,6 +654,11 @@ bs-platform@^5.0.6: resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-5.0.6.tgz#88c13041fb020479800de3d82c680bf971091425" integrity sha512-6Boa2VEcWJp2WJr38L7bp3J929nYha7gDarjxb070jWzgfPJ/WbzjipmSfnu2eqqk1MfjEIpBipbPz6n1NISwA== +bs-webapi@^0.15.2: + version "0.15.2" + resolved "https://registry.yarnpkg.com/bs-webapi/-/bs-webapi-0.15.2.tgz#0bf4174cffafde748df19c4ae42f6e8e6c6a22b1" + integrity sha512-P3YNG9i29FjGxBLN4UkhiQpBwB4ok+xiGK6kCiUixBB/mb/hwnFGPbxAY/Q2owx0/8ehM+BwRT6vFd01T0GRRQ== + buffer-from@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"