Skip to content

Commit ce9b84e

Browse files
committed
Update readme and package.json
1 parent 5c25505 commit ce9b84e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Laravel Settings (Vue)
1+
# Laravel Settings (Vue 2)
22
> Powerful and feature rich settings for Laravel and Vue.
33
44
[![Latest Version](https://img.shields.io/github/v/release/ElbowSpaceUK/laravel-settings?label=Latest%20Version&sort=semver&style=plastic)](https://github.com/ElbowSpaceUK/laravel-settings/releases)

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
"version": "0.0.1",
44
"description": "A Vue integration for the Laravel Settings package",
55
"main": "dist/index.js",
6+
"keywords": [
7+
"config",
8+
"open-source",
9+
"php",
10+
"settings",
11+
"vuejs",
12+
"laravel",
13+
"database",
14+
"vue",
15+
"persistence",
16+
"configuration",
17+
"settings-storage",
18+
"settings-repository"
19+
],
620
"scripts": {
721
"test": "jest --config jestconfig.json",
822
"build": "tsc",

0 commit comments

Comments
 (0)