react-frame-component
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "react-frame-component", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "React component to wrap your application or component in an iFrame for encapsulation purposes", | ||
@@ -16,3 +16,6 @@ "main": "lib/index.js", | ||
"lint": "eslint '*.js' '{src,test}/**/*.js*'", | ||
"prepublish": "npm run build" | ||
"prepublish": "npm run build", | ||
"predeploy": "webpack", | ||
"deploy": "gh-pages -d dist", | ||
"publish": "npm run deploy" | ||
}, | ||
@@ -54,2 +57,3 @@ "repository": { | ||
"eslint-plugin-react": "^6.9.0", | ||
"gh-pages": "^1.1.0", | ||
"html-webpack-plugin": "^2.28.0", | ||
@@ -56,0 +60,0 @@ "karma": "^1.4.0", |
@@ -19,3 +19,4 @@ const HtmlWebpackPlugin = require('html-webpack-plugin'); | ||
new HtmlWebpackPlugin({ | ||
title: 'React Frame Component Simple Example' | ||
title: 'React Frame Component Simple Example', | ||
template: './example/index.html' | ||
}) | ||
@@ -22,0 +23,0 @@ ], |
209183
691
38