create-vuetify 2.1.0 → 2.1.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vuetify",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "main": "dist/output.cjs",
5
5
  "author": "Elijah Kotyluk <elijah@elijahkotyluk.com>",
6
6
  "license": "MIT",
@@ -47,7 +47,7 @@ yarn dev
47
47
 
48
48
  (Repeat for npm, pnpm, and bun with respective commands.)
49
49
 
50
- > NODE_OPTIONS='--no-warnings' is added to suppress the JSON import warnings that happen as part of the Vuetify import mapping. If you are on Node [v21.3.0](https://nodejs.org/en/blog/release/v21.3.0) or higher, you can change this to NODE_OPTIONS='--disable-warning=5401'. If you don't mind the warning, you can remove this from your package.json dev script.
50
+ > Add NODE_OPTIONS='--no-warnings' to suppress the JSON import warnings that happen as part of the Vuetify import mapping. If you are on Node [v21.3.0](https://nodejs.org/en/blog/release/v21.3.0) or higher, you can change this to NODE_OPTIONS='--disable-warning=5401'. If you don't mind the warning, you can remove this from your package.json dev script.
51
51
 
52
52
  ### Building for Production
53
53
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": "0.0.0",
3
3
  "scripts": {
4
- "dev": "cross-env NODE_OPTIONS='--no-warnings' vite",
4
+ "dev": "vite",
5
5
  "build": "vite build",
6
6
  "preview": "vite preview"
7
7
  },
@@ -13,7 +13,6 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@vitejs/plugin-vue": "^4.5.0",
16
- "cross-env": "^7.0.3",
17
16
  "sass": "^1.69.0",
18
17
  "vite-plugin-vuetify": "^2.0.0",
19
18
  "vite": "^5.0.0",
@@ -49,7 +49,7 @@ yarn dev
49
49
 
50
50
  (Repeat for npm, pnpm, and bun with respective commands.)
51
51
 
52
- > NODE_OPTIONS='--no-warnings' is added to suppress the JSON import warnings that happen as part of the Vuetify import mapping. If you are on Node [v21.3.0](https://nodejs.org/en/blog/release/v21.3.0) or higher, you can change this to NODE_OPTIONS='--disable-warning=5401'. If you don't mind the warning, you can remove this from your package.json dev script.
52
+ > Add NODE_OPTIONS='--no-warnings' to suppress the JSON import warnings that happen as part of the Vuetify import mapping. If you are on Node [v21.3.0](https://nodejs.org/en/blog/release/v21.3.0) or higher, you can change this to NODE_OPTIONS='--disable-warning=5401'. If you don't mind the warning, you can remove this from your package.json dev script.
53
53
 
54
54
  ### Building for Production
55
55
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": "0.0.0",
3
3
  "scripts": {
4
- "dev": "cross-env NODE_OPTIONS='--no-warnings' vite",
4
+ "dev": "vite",
5
5
  "build": "vue-tsc --noEmit && vite build",
6
6
  "preview": "vite preview"
7
7
  },
@@ -15,7 +15,6 @@
15
15
  "@babel/types": "^7.23.0",
16
16
  "@types/node": "^20.10.0",
17
17
  "@vitejs/plugin-vue": "^4.5.0",
18
- "cross-env": "^7.0.3",
19
18
  "sass": "^1.69.0",
20
19
  "typescript": "^5.3.0",
21
20
  "vite": "^5.0.0",