react-shadow
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -38,3 +38,4 @@ import React, { Component, PropTypes } from 'react'; | ||
static defaultProps = { | ||
countries: ['Amsterdam', 'Cairo', 'London', 'Moscow', 'Paris', 'Rio de Janeiro', 'Rome', 'Sydney'] | ||
countries: ['Amsterdam', 'Cairo', 'London', 'Moscow', 'Paris', 'Rio de Janeiro', | ||
'Rome', 'Sydney', 'Mumbai', 'New York'] | ||
}; | ||
@@ -41,0 +42,0 @@ |
{ | ||
"name": "react-shadow", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Utilise Shadow DOM in React with all the benefits of style encapsulation.", | ||
@@ -114,5 +114,5 @@ "main": "dist/react-shadow.js", | ||
"dependencies": { | ||
"react": "^15.3.1", | ||
"react-dom": "^15.3.1" | ||
"react": ">=0.14.7 <=15.x", | ||
"react-dom": ">=0.14.7 <=15.x" | ||
} | ||
} |
@@ -1,3 +0,5 @@ | ||
<img src="media/logo.png" width="300" alt="ReactShadow" /> | ||
<img src="media/logo.png" width="200" alt="ReactShadow" /> | ||
> Utilise Shadow DOM in React with all the benefits of style encapsulation. | ||
![Travis](http://img.shields.io/travis/Wildhoney/ReactShadow.svg?style=flat) | ||
@@ -4,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
802973
31
3454
66
Updatedreact@>=0.14.7 <=15.x
Updatedreact-dom@>=0.14.7 <=15.x