Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

sync/bs-next

Repository files navigation

bs-next

Minimal Next.js bindings written in ReasonML

Installation

# yarn
yarn add @sync/bs-next

# or npm
npm install --save @sync/bs-next

Then add it to bsconfig.json:

"bs-dependencies": [
  "bs-next"
]

Publishing to NPM

yarn publish --minor --access public