react-frame-component
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "react-frame-component", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "React component to wrap your application or component in an iFrame for encapsulation purposes", | ||
@@ -33,3 +33,4 @@ "main": "index.js", | ||
"karma-phantomjs-launcher": "^0.1.4", | ||
"es5-shim": "^3.3.0" | ||
"es5-shim": "^3.3.0", | ||
"gulp-browserify": "^0.5.0" | ||
}, | ||
@@ -36,0 +37,0 @@ "dependencies": { |
@@ -1,3 +0,5 @@ | ||
# React <Frame /> component | ||
# React <Frame /> component | ||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url] | ||
This component allows you to encapsulate your entire React application or per component in an iFrame. | ||
@@ -47,3 +49,13 @@ | ||
Copyright 2014, Ryan Seddon | ||
Copyright 2014, Ryan Seddon. | ||
This content is released under the MIT license http://ryanseddon.mit-license.org | ||
[npm-url]: https://npmjs.org/package/react-frame-component | ||
[npm-image]: https://badge.fury.io/js/react-frame-component.png | ||
[travis-url]: http://travis-ci.org/ryanseddon/react-frame-component | ||
[travis-image]: https://secure.travis-ci.org/ryanseddon/react-frame-component.png?branch=master | ||
[depstat-url]: https://david-dm.org/ryanseddon/react-frame-component | ||
[depstat-image]: https://david-dm.org/ryanseddon/react-frame-component.png | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
644639
17851
61
9
4