Skip to content

Commit 670f764

Browse files
authored
Merge pull request #33 from bleto/change-packagejson
fix package json
2 parents 3cf85d5 + a39f2c2 commit 670f764

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "A simple mechanism to transform a monolithic Vue application into an application based on Micro Services architecture.",
55
"author": "Bletek Piotr <p.bletek@gmail.com>",
6-
"license": "OSL",
6+
"license": "OSL-3.0",
77
"repository": {
88
"type": "git",
99
"url": "git://github.com/ergonode/vuems.git"
@@ -31,11 +31,16 @@
3131
"src/*"
3232
],
3333
"keywords": [
34+
"javascript",
3435
"node",
3536
"npm",
3637
"vue",
38+
"vuejs",
3739
"nuxt",
38-
"micro services"
40+
"nuxtjs",
41+
"micro services",
42+
"micro frontend",
43+
"framework"
3944
],
4045
"dependencies": {
4146
"consola": "^2.15.3",

0 commit comments

Comments
 (0)