@toolspack/ttd-pdfjs 0.0.0 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,13 +8,14 @@
8
8
 
9
9
  # 调试方法
10
10
  修改 package.json的main
11
- "main": "lib/ttd-common.umd.min.js",
11
+ "main": "lib/ttd-pdfjs.umd.min.js",
12
12
  "main": "src/packages/index.js",
13
13
  执行 npm link ,
14
- 然后在开发项目就可以用 npm link @toolspack/ttd-common(项目名或文件夹名称) 来使用 本组件
14
+ 然后在开发项目就可以用 npm link @toolspack/ttd-pdfjs(项目名或文件夹名称) 来使用 本组件
15
15
 
16
16
  # 发布项目
17
17
  (不能和上次版本一样) npm run lib (打包), 打包完成后,执行npm publish
18
18
 
19
19
 
20
20
  0.0.0: pdfjs-dist2.16.105 单独打包
21
+ 0.0.1: 修复bug