@quasar/extras 1.13.2 → 1.13.3

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 +4 -1
  2. package/package.json +2 -1
package/index.js CHANGED
@@ -1,2 +1,5 @@
1
- // empty file
1
+ // this file serves no purpose other than
2
2
  // to help q/app-webpack discover where this package is installed
3
+
4
+ // also helping Vite's dep analysis the type of script
5
+ module.exports = ''
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@quasar/extras",
3
- "version": "1.13.2",
3
+ "version": "1.13.3",
4
4
  "description": "Quasar Framework fonts, icons and animations",
5
5
  "scripts": {
6
6
  "build": "node build/index.js"
7
7
  },
8
+ "main": "index.js",
8
9
  "repository": {
9
10
  "type": "git",
10
11
  "url": "git+https://github.com/quasarframework/quasar.git"