Skip to content

Commit

Permalink
chore: config changes for forked repository
Browse files Browse the repository at this point in the history
  • Loading branch information
devheedoo committed May 18, 2022
1 parent 1a47de9 commit ca20a7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,34 @@
{
"name": "vue-pdf",
"version": "4.2.0",
"name": "@devheedoo/vue-pdf",
"version": "4.2.1",
"description": "vue.js pdf viewer",
"main": "src/vuePdfNoSss.vue",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/FranckFreiburger/vue-pdf.git"
"url": "git+https://github.com/devheedoo/vue-pdf.git"
},
"keywords": [
"vue.js",
"pdf",
"viewer"
],
"author": "Franck FREIBURGER",
"contributors": [
"Franck FREIBURGER",
"Heedo Kim <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/FranckFreiburger/vue-pdf/issues"
"url": "https://github.com/devheedoo/vue-pdf/issues"
},
"homepage": "https://github.com/FranckFreiburger/vue-pdf#readme",
"homepage": "https://github.com/devheedoo/vue-pdf#readme",
"dependencies": {
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"loader-utils": "^1.4.0",
"raw-loader": "^4.0.1",
"worker-loader": "^2.0.0",
"pdfjs-dist": "^2.5.207 <2.8.0",
"vue-resize-sensor": "^2.0.0"
},
"peerDependencies": {}
}
}

0 comments on commit ca20a7f

Please sign in to comment.