Skip to content

Commit c990349

Browse files
committed
chore: update description in package.json
1 parent e27898d commit c990349

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Vue.use(CanvasPlugin);
6363
<CanvasView width="100" height="100" @draw="draw"/>
6464
```
6565
66-
##draw Method
66+
## Draw Method
6767
```typescript
6868
function draw(event: { canvas: Canvas }) {
6969
const paint = new Paint();

plugin/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript-community/ui-canvas",
33
"version": "4.0.33",
4-
"description": "Nativescript Canvas plugin.",
4+
"description": "Implement Canvas into your NativeScript apps.",
55
"main": "./canvas",
66
"sideEffects": false,
77
"typings": "./canvas.d.ts",
@@ -15,17 +15,21 @@
1515
"NativeScript",
1616
"JavaScript",
1717
"Android",
18-
"iOS"
18+
"iOS",
19+
"Vue"
1920
],
2021
"author": {
2122
"name": "Martin Guillon",
2223
"email": "[email protected]"
2324
},
2425
"bugs": {
25-
"url": "https://github.com/Akylas/@nativescript-community/ui-canvas/issues"
26+
"url": "https://github.com/nativescript-community/ui-canvas/issues"
27+
},
28+
"repository": {
29+
"type": "git",
30+
"url": "https://github.com/nativescript-community/ui-canvas"
2631
},
2732
"license": "Apache-2.0",
28-
"homepage": "https://github.com/Akylas/@nativescript-community/ui-canvas",
2933
"readmeFilename": "README.md",
3034
"gitHead": "a1f853cec62ac3a7986af8121169926df2ff5d6a"
3135
}

0 commit comments

Comments
 (0)