Skip to content

Commit

Permalink
[update] removes marketing bower support (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
yowainwright authored Mar 1, 2018
1 parent 74cd531 commit 23654bc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
> A powerful, simple, promise-based `postMessage` library.
[![npm][npm-image]][npm-url]
[![bower][bower-image]][bower-url]
[![Build Status](https://travis-ci.org/dollarshaveclub/postmate.svg?branch=master)](https://travis-ci.org/dollarshaveclub/postmate)
[![Share](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/home?status=Postmate%3A%20A%20powerful,%20simple,%20promise-based%20postMessage%20library%20https%3A//github.com/dollarshaveclub/postmate%20via%20%40DSCEngineering%20%40javascript)

[npm-image]: https://badge.fury.io/js/postmate.svg
[npm-url]: https://www.npmjs.com/package/postmate
[bower-image]: https://badge.fury.io/bo/postmate.svg
[bower-url]: https://github.com/dollarshaveclub/postmate

_Postmate_ is a promise-based API built on `postMessage`. It allows a parent page to speak with a child `iFrame` across origins with minimal effort.

Expand Down Expand Up @@ -51,11 +48,6 @@ $ yarn add postmate # Install via Yarn
$ npm i postmate --save # Install via NPM
```

**bower**
```bash
$ bower i postmate --save # Install via Bower
```

## Glossary
* **`Parent`**: The **top level** page that will embed an `iFrame`, creating a `Child`.
* **`Child`**: The **bottom level** page loaded within the `iFrame`.
Expand Down

0 comments on commit 23654bc

Please sign in to comment.