mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Update package.json
This commit is contained in:
15
package.json
15
package.json
@@ -1,10 +1,23 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-js-modal",
|
"name": "vue-js-modal",
|
||||||
"description": "Modal Component for Vue.js",
|
"description": "Modal Component for Vue.js",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"author": "euvl <yev.vlasenko@gmail.com>",
|
"author": "euvl <yev.vlasenko@gmail.com>",
|
||||||
"private": false,
|
"private": false,
|
||||||
"main": "./Modal/index.js",
|
"main": "./Modal/index.js",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/euvl/vue-js-modal.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"vue",
|
||||||
|
"vuejs",
|
||||||
|
"modal"
|
||||||
|
],
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/euvl/vue-js-modal/issues"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"examples": "cross-env NODE_ENV=development webpack-dev-server --open --hot"
|
"examples": "cross-env NODE_ENV=development webpack-dev-server --open --hot"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user