Skip to content

Commit

Permalink
Update build badge to preactX branch for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
billneff79 committed Jul 8, 2019
1 parent 0ea6665 commit 2464d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# preact-context-provider

[![npm](https://img.shields.io/npm/v/preact-context-provider.svg)](http://npm.im/preact-context-provider)
[![Build Status](https://travis-ci.org/synacor/preact-context-provider.svg?branch=master)](https://travis-ci.org/synacor/preact-context-provider)
[![Build Status](https://travis-ci.org/synacor/preact-context-provider.svg?branch=preactX)](https://travis-ci.org/synacor/preact-context-provider)

A generic `<Provider />` for preact. It exposes any props you pass it into context. Also provides a merging variant `<MergingProvider />`, and utility functions `provide` and `mergingProvide`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
"webpack": "^4.35.3"
},
"peerDependencies": {
"preact": "< 10"
"preact": ">=10"
}
}

0 comments on commit 2464d43

Please sign in to comment.