ofd-view 0.2.9 → 0.2.10
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ofd-view",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.10",
|
4
4
|
"main": "lib/ofd-view.umd.js",
|
5
5
|
"files": [
|
6
6
|
"lib/*",
|
@@ -16,7 +16,6 @@
|
|
16
16
|
},
|
17
17
|
"dependencies": {
|
18
18
|
"core-js": "^3.6.5",
|
19
|
-
"pdfjs-dist": "2.6.347",
|
20
19
|
"vue": "^2.6.11"
|
21
20
|
},
|
22
21
|
"devDependencies": {
|