Skip to content

Commit 9f5b153

Browse files
committed
relase: first stable release v1.0.2
The first stable relase of first every custom element `<send-feedback>`
1 parent 212585f commit 9f5b153

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ is can be used to send feedback from webapp to a website.
55
Currently this works well for reporting issue to github's issue tracker.
66
But you can have simple website up that takes a report passed through `?body` url parameter.
77

8-
See the [docs for documentation.](/docs)
8+
## Install
9+
10+
```bash
11+
npm i --save @electron-elements/send-feedback
12+
```
13+
14+
## Usage
15+
16+
See the [docs for usage and documentation.](/docs)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@electron-elements/send-feedback",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "send feeback - electron element for electron apps",
55
"main": "lib/index.js",
66
"repository": {
@@ -17,7 +17,8 @@
1717
"keywords": [
1818
"send-feedback",
1919
"electron",
20-
"custom elements"
20+
"custom elements",
21+
"electron-elements"
2122
],
2223
"author": "cPhost",
2324
"license": "MIT",

0 commit comments

Comments
 (0)