Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit b3bbe0e

Browse files
authored
Removed peerDependency on bsdoc, added a script to install it on demand instead (#201)
1 parent faa6bf3 commit b3bbe0e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.19.2
2+
3+
* Removed peer dependency on `bsdoc`
4+
15
### 0.19.1
26

37
* Removed dev dependency on `bsdoc` to allow smooth installs on non-Mac

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bs-webapi",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "Reason + BuckleScript bindings to DOM",
55
"repository": {
66
"type": "git",
@@ -17,6 +17,7 @@
1717
"build": "bsb -make-world",
1818
"start": "bsb -w",
1919
"clean": "bsb -clean-world",
20+
"doc-install": "npm install --no-save bsdoc",
2021
"test": "bsb -make-world && bsdoc build api && bsdoc support-files"
2122
},
2223
"files": [
@@ -30,8 +31,5 @@
3031
},
3132
"dependencies": {
3233
"bs-fetch": "^0.6.2"
33-
},
34-
"peerDependencies": {
35-
"bsdoc": "^6.0.4-alpha"
3634
}
3735
}

0 commit comments

Comments
 (0)