Skip to content

Commit

Permalink
Update package json authors and contributors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Romick2005 committed Sep 18, 2018
1 parent 2003311 commit ad1b095
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"name": "vue-draggable-resizable",
"version": "2.0.1",
"author": "Maurizio Bonani <maurizio.bonani@gmail.com>",
"author": {
"name": "Maurizio Bonani",
"email": "maurizio.bonani@gmail.com"
},
"contributors": [
{
"name": "Maurizio Bonani",
"email": "maurizio.bonani@gmail.com"
}, {
"name": "Roman Melnyk",
"email": "roman.melnyk@smartrockstars.com"
}
],
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"private": false,
Expand Down Expand Up @@ -59,17 +71,17 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mauricius/vue-draggable-resizable.git"
"url": "https://github.com/Romick2005/vue-draggable-resizable.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mauricius/vue-draggable-resizable/issues"
"url": "https://github.com/Romick2005/vue-draggable-resizable/issues"
},
"homepage": "https://github.com/mauricius/vue-draggable-resizable",
"homepage": "https://github.com/Romick2005/vue-draggable-resizable",
"keywords": [
"vue",
"component",
"dragabble",
"resizable"
]
}
}

0 comments on commit ad1b095

Please sign in to comment.