@conduction/nextcloud-vue 2.3.0-beta.7 → 2.3.0-beta.8
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/package.json +8 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conduction/nextcloud-vue",
|
|
3
|
-
"version": "2.3.0-beta.
|
|
3
|
+
"version": "2.3.0-beta.8",
|
|
4
4
|
"description": "Shared Vue component library for Conduction Nextcloud apps — complements @nextcloud/vue with higher-level components, OpenRegister integration, and NL Design System support",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
6
6
|
"author": "Conduction B.V. <info@conduction.nl>",
|
|
@@ -246,9 +246,16 @@
|
|
|
246
246
|
"import": "./src/public/index.js",
|
|
247
247
|
"default": "./src/public/index.js"
|
|
248
248
|
},
|
|
249
|
+
"./eslint": "./eslint/index.js",
|
|
250
|
+
"./stylelint": "./stylelint/index.js",
|
|
251
|
+
"./testing": "./testing/index.js",
|
|
252
|
+
"./testing/playwright": "./testing/playwright.js",
|
|
253
|
+
"./webpack": "./webpack/index.js",
|
|
249
254
|
"./dist/*": "./dist/*",
|
|
250
255
|
"./src/*": "./src/*",
|
|
251
256
|
"./css/*": "./css/*",
|
|
257
|
+
"./l10n/*": "./l10n/*",
|
|
258
|
+
"./scripts/*": "./scripts/*",
|
|
252
259
|
"./package.json": "./package.json"
|
|
253
260
|
}
|
|
254
261
|
}
|