This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to allow for React 16, fix test (#12)
* Bump to allow for React 16, fix test * Bump package version to 1.1.1
- Loading branch information
Showing
3 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "interpolate-components", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Convert strings into structured React components.", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -33,9 +33,9 @@ | |
"test": "test" | ||
}, | ||
"dependencies": { | ||
"react": "^0.14.3 || ^15.1.0", | ||
"react": "^0.14.3 || ^15.1.0 || ^16.0.0", | ||
"react-addons-create-fragment": "^0.14.3 || ^15.1.0", | ||
"react-dom": "^0.14.3 || ^15.1.0" | ||
"react-dom": "^0.14.3 || ^15.1.0 || ^16.0.0" | ||
}, | ||
"author": "Bob Ralian <[email protected]> (http://github.com/rralian)", | ||
"license": "GPL-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters