# bs-runtime

Copy the runtime libraries of bucklescript in your project.

Instead of adding `bs-platform` in your `package.json`, include `bs-runtime`.
This project will copy all `lib/js` files in a `node-modules/bs-platform` directory.

## install

```yarn add bs-runtime```
