Skip to content

Commit 0c3e609

Browse files
committed
Update package info
1 parent 5462109 commit 0c3e609

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

README-template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
| Statements | Branches | Functions | Lines |
2+
| -----------|----------|-----------|-------|
3+
| ![Statements](#statements#) | ![Branches](#branches#) | ![Functions](#functions#) | ![Lines](#lines#) |
4+
15
<!-- PROJECT LOGO -->
26
<p align="center">
37
<!--<a href="https://github.com/fullstackfool/vacl">
@@ -7,10 +11,6 @@
711
<h1 align="center">Vacl</h1>
812
</p>
913

10-
| Statements | Branches | Functions | Lines |
11-
| -----------|----------|-----------|-------|
12-
| ![Statements](#statements#) | ![Branches](#branches#) | ![Functions](#functions#) | ![Lines](#lines#) |
13-
1414
<p align="center">
1515
A lightweight, strictly-typed, Vue 3 ACL directives library.
1616
<br />

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
| Statements | Branches | Functions | Lines |
2+
| -----------|----------|-----------|-------|
3+
| ![Statements](https://img.shields.io/badge/Coverage-99.04%25-brightgreen.svg "Make me better!") | ![Branches](https://img.shields.io/badge/Coverage-98.51%25-brightgreen.svg "Make me better!") | ![Functions](https://img.shields.io/badge/Coverage-97.5%25-brightgreen.svg "Make me better!") | ![Lines](https://img.shields.io/badge/Coverage-99.01%25-brightgreen.svg "Make me better!") |
4+
15
<!-- PROJECT LOGO -->
26
<p align="center">
37
<!--<a href="https://github.com/fullstackfool/vacl">
@@ -7,10 +11,6 @@
711
<h1 align="center">Vacl</h1>
812
</p>
913

10-
| Statements | Branches | Functions | Lines |
11-
| -----------|----------|-----------|-------|
12-
| ![Statements](https://img.shields.io/badge/Coverage-99.04%25-brightgreen.svg "Make me better!") | ![Branches](https://img.shields.io/badge/Coverage-98.51%25-brightgreen.svg "Make me better!") | ![Functions](https://img.shields.io/badge/Coverage-97.5%25-brightgreen.svg "Make me better!") | ![Lines](https://img.shields.io/badge/Coverage-99.01%25-brightgreen.svg "Make me better!") |
13-
1414
<p align="center">
1515
A lightweight, strictly-typed, Vue 3 ACL directives library.
1616
<br />

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vacl",
33
"version": "0.1.0",
4-
"description": "Lightweight Typescript ACL library for Vue 3",
4+
"description": "A Lightweight Typescript ACL directives library for Vue 3",
55
"files": [
66
"dist"
77
],
@@ -20,7 +20,13 @@
2020
"type": "git",
2121
"url": "git+https://github.com/fullstackfool/vacl.git"
2222
},
23-
"keywords": [],
23+
"keywords": [
24+
"vue",
25+
"acl",
26+
"typescript",
27+
"permissions",
28+
"roles"
29+
],
2430
"author": "John Doe <k.a.davies@hotmail.co.uk>",
2531
"license": "MIT",
2632
"bugs": {

0 commit comments

Comments
 (0)