Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies version to latest #15

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .ci/release-postinstall.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# bsdoc

> Documentation Generation for BuckleScript projects

[![Build Status](https://dev.azure.com/reuniverse/bsdoc/_apis/build/status/reuniverse.bsdoc?branchName=master)](https://dev.azure.com/ostera/reuniverse/_build/latest?definitionId=1?branchName=master)
10 changes: 4 additions & 6 deletions bsconfig.json
Original file line number Diff line number Diff line change
@@ -4,19 +4,17 @@
"name": "bsdoc",
"version": "0.1.0",
"sources": {
"dir" : "src",
"subdirs" : true
"dir": "src",
"subdirs": true
},
"package-specs": {
"module": "commonjs",
"in-source": false
},
"suffix": ".bs.js",
"bs-dependencies": [
"@elliottcable/bs-cmdliner",
],
"bs-dependencies": ["@elliottcable/bs-cmdliner"],
"warnings": {
"error" : "+101"
"error": "+101"
},
"namespace": false,
"refmt": 3
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(lang dune 1.9)
(using fmt 1.1 (enabled_for reason dune))
(lang dune 2.0)
(name bsdoc)
28 changes: 9 additions & 19 deletions esy.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,29 @@
{
"name": "bsdoc",
"version": "6.0.2-alpha",
"keywords": [
"BuckleScript",
"Odoc-driver",
"documentation",
"generation"
],
"keywords": ["BuckleScript", "Odoc-driver", "documentation", "generation"],
"author": "Leandro Ostera <[email protected]>",
"license": "MIT",
"esy": {
"build": "dune build -p #{self.name}",
"buildsInSource": "_build",
"release": {
"bin": [
"bsdoc"
],
"includePackages": [
"root",
"@opam/odoc"
]
"bin": ["bsdoc"],
"includePackages": ["root", "@opam/odoc"]
}
},
"scripts": {
"test": "esy x bsdoc --version",
"doc": "esy dune build @doc"
},
"dependencies": {
"@esy-ocaml/reason": ">= 3.4.0 < 3.5.0",
"@esy-ocaml/reason": ">= 3.4.0 < 3.6.0",
"@opam/bos": "0.2.0",
"@opam/cmdliner": "1.0.3",
"@opam/dune": "1.9.0",
"@opam/fmt": "0.8.6",
"@opam/logs": "0.6.3",
"@opam/odoc": "1.4.0",
"@opam/cmdliner": "1.0.4",
"@opam/dune": "2.0.1",
"@opam/fmt": "0.8.8",
"@opam/logs": "0.7.0",
"@opam/odoc": "1.4.2",
"ocaml": "~4.6.0",
"refmterr": "*"
},
2 changes: 1 addition & 1 deletion esy.lock/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading