Skip to content

Commit 9144747

Browse files
committed
Updated package.json file
1 parent ec48967 commit 9144747

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

package.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "fluentify",
3-
"version": "0.0.0",
4-
"description": "A Vue.js Plugin",
2+
"name": "@fluentify/fluentify",
3+
"version": "0.0.1",
4+
"description": "Fluent design components based framework for Vue.js",
55
"author": "Alexander Wennerstrøm <alexanderw0310@gmail.com>",
66
"main": "dist/fluentify.common.js",
77
"module": "dist/fluentify.esm.js",
@@ -157,12 +157,17 @@
157157
"url": "https://github.com/AlexanderYW/fluentify/issues"
158158
},
159159
"homepage": "https://github.com/AlexanderYW/fluentify#readme",
160-
"license": {
161-
"type": "MIT",
162-
"url": "http://www.opensource.org/licenses/mit-license.php"
163-
},
160+
"license": "MIT",
164161
"browserslist": [
165162
"last 2 versions"
166163
],
167-
"dependencies": {}
164+
"dependencies": {},
165+
"keywords": [
166+
"vue",
167+
"vuejs",
168+
"fluent",
169+
"design",
170+
"framework",
171+
"components"
172+
]
168173
}

0 commit comments

Comments
 (0)