ofd-view 0.1.17 → 0.1.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,4 +17,4 @@ import 'ofd-view/lib/viewer.css'
17
17
  Vue.use(OfdView);
18
18
  ```
19
19
 
20
- ![示例](./img.png)
20
+ ![示例](https://cdn.jsdelivr.net/npm/ofd-view@0.1.17/img.png)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ofd-view",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "main": "lib/ofd-view.common.js",
5
5
  "files": [
6
6
  "lib/*",