Update README.md and package.json with description from repo
This commit is contained in:
Родитель
fe5d64a1da
Коммит
c4598c0f65
|
@ -1,6 +1,5 @@
|
|||
# htt-post-message
|
||||
|
||||
A library to enabled HTTP communication over window.postMessage using window-post-message-proxy. The enables communicating with iframes in a well known protocol and pattern.
|
||||
A generic messaging component to send HTTP style message payloads over the window.postMessage API. Requires an implementation of window postMessage proxy such as 'window-post-message-proxy'.
|
||||
|
||||
## Installation
|
||||
```
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "http-post-message",
|
||||
"version": "0.1.1",
|
||||
"description": "A library to enabled HTTP communication over window.postMessage using window-post-message-proxy. The enables communicating with iframes in a well known protocol and pattern.",
|
||||
"description": "A generic messaging component to send HTTP style message payloads over the window.postMessage API. Requires an implementation of window postMessage proxy such as 'window-post-message-proxy'.",
|
||||
"main": "dist/httpPostMessage.js",
|
||||
"typings": "dist/httpPostMessage.d.ts",
|
||||
"scripts": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче