jobdone-shared-files 0.0.1-beta.2 → 0.0.1-beta.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 共用清單
2
2
  如果要使用 vue 檔,需要直接引用 node_modules 裡的檔案,例如:
3
- `import OOXX from '../../node_modules/jobdone-shared-js/OOXX.vue';`
3
+ `import OOXX from '../../node_modules/jobdone-shared-files/OOXX.vue';`
4
4
 
5
5
  ## paginate
6
6
  可設定尺寸:`container-class`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "0.0.1-beta.2",
3
+ "version": "0.0.1-beta.4",
4
4
  "description": "Shared JS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {