@nebulars/primary 1.3.114 → 1.3.115

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/index.js +2 -2
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -9,12 +9,12 @@ export default app => {
9
9
  app,
10
10
 
11
11
  // Components Modules
12
- import.meta.glob('./components/**/*.vue', { eager: true }),
12
+ import.meta.glob('/node_modules/@nebulars/primary/components/**/*.vue', { eager: true }),
13
13
  );
14
14
 
15
15
  // Register Less
16
16
  lessRegister(
17
17
  // Css Modules
18
- import.meta.glob('./components/**/*.less', { eager: true }),
18
+ import.meta.glob('/node_modules/@nebulars/primary/components/**/*.less', { eager: true }),
19
19
  );
20
20
  };
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@nebulars/primary",
3
3
  "description": "A package for Primary",
4
- "version": "1.3.114",
4
+ "version": "1.3.115",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "author": "Joenix",
8
8
  "license": "MIT",
9
- "gitHead": "ce4557d25b453bd7cf2790875a17e72a5a60f83f",
9
+ "gitHead": "5ae6964199bfa3ab47cfd7d38f6abb1f2f2383a3",
10
10
  "dependencies": {
11
11
  "@scaff/umd": "^3.7.44"
12
12
  }