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

Commit 31fdb22

Browse files
committed
Install bsdoc independently from rest of the package
1 parent 4334ea6 commit 31fdb22

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branch: master
66
os: osx
77
osx_image: xcode12
8+
before_install:
9+
- npm install [email protected]
810

911
deploy:
1012
- provider: npm

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@
2626
"author": "chenglou",
2727
"license": "MIT",
2828
"devDependencies": {
29-
"bs-platform": "^7.1.0",
30-
"bsdoc": "6.0.4-alpha"
29+
"bs-platform": "^7.1.0"
3130
},
3231
"dependencies": {
3332
"bs-fetch": "^0.6.2"
33+
},
34+
"peerDependencies": {
35+
"bsdoc": "^6.0.4-alpha"
3436
}
3537
}

0 commit comments

Comments
 (0)