Comparing version 3.0.2 to 3.0.3
@@ -9,3 +9,3 @@ declare namespace Penpal { | ||
interface IChildConnectionObject extends IConnectionObject { | ||
iframe: HTMLElement; | ||
iframe: HTMLIFrameElement; | ||
} | ||
@@ -12,0 +12,0 @@ |
{ | ||
"name": "penpal", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "A promise-based library for communicating with iframes via postMessage.", | ||
@@ -5,0 +5,0 @@ "author": "Aaron Hardy <aaron@aaronhardy.com>", |
@@ -9,3 +9,3 @@ [![npm version](https://badge.fury.io/js/penpal.svg)](https://badge.fury.io/js/penpal) [![Build Status](https://travis-ci.org/Aaronius/penpal.svg?branch=master)](https://travis-ci.org/Aaronius/penpal) | ||
The total size of the library is approximately 5 KB minified and 2 KB gzipped. | ||
The total size of the library is approximately 5 KB minified and 2 KB gzipped. It has no dependencies. | ||
@@ -12,0 +12,0 @@ ## Installation |
Sorry, the diff of this file is not supported yet
57281