Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
add bs-platform as peerDependency, require ^3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glennsl committed Apr 15, 2018
1 parent 62efbd2 commit 6b5bf83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -33,8 +33,11 @@
],
"devDependencies": {
"bs-jest": "^0.3.0",
"bs-platform": "^2.1.0",
"bs-platform": "^3.0.0",
"coveralls": "^3.0.0",
"nyc": "^11.4.1"
},
"peerDependencies": {
"bs-platform": "^3.0.0"
}
}

0 comments on commit 6b5bf83

Please sign in to comment.