Skip to content

Commit

Permalink
updated homepage, github and bugs links in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arkokoley committed Dec 12, 2018
1 parent b692b4a commit f8eb884
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"author": "Gaurav Koley <[email protected]>",
"license": "MIT",
"main": "./src/Pdfvuer.vue",
"homepage": "https://github.com/arkokoley/pdfvuer#pdfvuer",
"bugs": {
"url" : "https://github.com/arkokoley/pdfvuer/issues",
"email" : "[email protected]"
},
"repository": "github:arkokoley/pdfvuer",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
Expand Down

0 comments on commit f8eb884

Please sign in to comment.