@paris-ias/list 1.0.7 → 1.0.10

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.
@@ -24,7 +24,7 @@ export default defineNuxtModule<ModuleOptions>({
24
24
  },
25
25
  setup(options, nuxt) {
26
26
  const { resolve } = createResolver(import.meta.url)
27
- const runtimeDir = fileURLToPath(new URL("./runtime", import.meta.url))
27
+ const runtimeDir = fileURLToPath(new URL("./dist/runtime", import.meta.url))
28
28
 
29
29
  // Add components
30
30
  addComponentsDir({
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@paris-ias/list",
3
- "version": "1.0.7",
3
+ "version": "1.0.10",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./index.ts",
7
7
  "files": [
8
8
  "example",
9
9
  "index.ts",
10
- "src/**",
11
- "lib/**",
12
- "dist/**"
10
+ "src",
11
+ "lib",
12
+ "dist"
13
13
  ],
14
14
  "scripts": {},
15
15
  "dependencies": {