Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
chore(package): add repo, files, author, license, bugs, main, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
probil committed Jul 30, 2019
1 parent 31fb9cb commit 36e3dc6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
@@ -1,13 +1,25 @@
{
"name": "vue-moveable",
"version": "0.1.0",
"private": true,
"main": "dist/lib/VueMoveable.common.js",
"scripts": {
"serve": "vue-cli-service serve",
"build:demo": "vue-cli-service build --dest dist/demo",
"build:lib": "vue-cli-service build --target lib --dest dist/lib --name VueMoveable 'src/components/Moveable.vue'",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/probil/vue-moveable.git"
},
"files": [
"dist/lib"
],
"author": "Max Lyashuk <m_lyashuk@ukr.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/probil/vue-moveable/issues"
},
"peerDependencies": {
"vue": "~2"
},
Expand Down

0 comments on commit 36e3dc6

Please sign in to comment.