diff --git a/package-lock.json b/package-lock.json index ed8270d..afca1df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "test", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 121409a..22aa3ad 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "pdfvuer", "description": "A PDF viewer for Vue using Mozilla's PDF.js", - "version": "1.0.4", + "version": "1.0.5", "author": "Gaurav Koley ", "license": "MIT", "main": "./src/Pdfvuer.vue", "homepage": "https://github.com/arkokoley/pdfvuer#pdfvuer", - "bugs": { - "url" : "https://github.com/arkokoley/pdfvuer/issues", - "email" : "arkokoley@live.in" + "bugs": { + "url": "https://github.com/arkokoley/pdfvuer/issues", + "email": "arkokoley@live.in" }, "repository": "github:arkokoley/pdfvuer", "scripts": {