Skip to content

Commit

Permalink
Updated package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderYW committed Jan 19, 2019
1 parent ec48967 commit 9144747
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fluentify",
"version": "0.0.0",
"description": "A Vue.js Plugin",
"name": "@fluentify/fluentify",
"version": "0.0.1",
"description": "Fluent design components based framework for Vue.js",
"author": "Alexander Wennerstrøm <alexanderw0310@gmail.com>",
"main": "dist/fluentify.common.js",
"module": "dist/fluentify.esm.js",
Expand Down Expand Up @@ -157,12 +157,17 @@
"url": "https://github.com/AlexanderYW/fluentify/issues"
},
"homepage": "https://github.com/AlexanderYW/fluentify#readme",
"license": {
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
"license": "MIT",
"browserslist": [
"last 2 versions"
],
"dependencies": {}
"dependencies": {},
"keywords": [
"vue",
"vuejs",
"fluent",
"design",
"framework",
"components"
]
}

0 comments on commit 9144747

Please sign in to comment.