@kunver/new 2.5.5 → 2.6.0

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/README.MD CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  Cli tool for creating new projects with pre-configured settings.
4
4
 
5
+ [![npm v](https://img.shields.io/npm/v/@kunver/new)](https://www.npmjs.com/package/@kunver/new)
6
+ [![npm downloads](https://img.shields.io/npm/dm/@kunver/new)](https://www.npmjs.com/package/@kunver/new)
7
+
5
8
  ## Using
6
9
 
7
10
  ```bash
@@ -1,4 +1,8 @@
1
- import { defineConfig } from 'wxt';
1
+ import { defineConfig } from "wxt"
2
2
 
3
3
  // See https://wxt.dev/api/config.html
4
- export default defineConfig({});
4
+ export default defineConfig({
5
+ webExt: {
6
+ disabled: true,
7
+ },
8
+ })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kunver/new",
3
- "version": "2.5.5",
3
+ "version": "2.6.0",
4
4
  "description": "Opiniated project starter",
5
5
  "type": "module",
6
6
  "bin": {