@batijs/create-app 0.0.128 → 0.0.130

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/README.md +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,15 +14,15 @@ Next-gen scaffolder. Get started with fully-functional apps, and choose any tool
14
14
  ![Demo](doc/demo.gif)
15
15
 
16
16
  ## Features
17
- - :electric_plug: Choose the features you need, with the libraries you want
18
- - :cocktail: Configuration files are tailored for the stack you choose
19
- - :house_with_garden: Ready to start
17
+ - <img src="https://api.iconify.design/fluent-emoji-flat:shopping-cart.svg?color=%23888888" width=16 height=16></img> Choose the features you need, with the libraries you want
18
+ - <img src="https://api.iconify.design/fluent-emoji-flat:card-file-box.svg?color=%23888888" width=16 height=16></img> Configuration files are tailored for the stack you choose
19
+ - <img src="https://api.iconify.design/fluent-emoji-flat:house.svg?color=%23888888" width=16 height=16></img> Ready to start
20
20
  - <img src="https://api.iconify.design/logos:vitejs.svg?color=%23888888" width=16 height=16></img> [Vite](https://vitejs.dev) ecosystem
21
21
  - <img src="https://api.iconify.design/logos:typescript-icon.svg?color=%23888888" width=16 height=16></img> Typescript with strict types
22
22
  - <img src="https://api.iconify.design/logos:eslint.svg?color=%23888888" width=16 height=16></img> Follows ESLint recommendations
23
23
  - <img src="https://vike.dev/icons/vike-square-gradient.svg" width=16 height=16></img> Based on [Vike](https://vike.dev) for portability and customazibility
24
24
  - <img src="https://wintercg.org/static/logo.svg" width=16 height=16></img> Sane and future-proof recommendations based on [WinterCG](https://wintercg.org)
25
- - :dart: Always up-to-date, with automated testing
25
+ - <img src="https://api.iconify.design/fluent-emoji-flat:green-circle.svg?color=%23888888" width=16 height=16></img> Always up-to-date, with automated testing
26
26
 
27
27
  <hr>
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/create-app",
3
- "version": "0.0.128",
3
+ "version": "0.0.130",
4
4
  "type": "module",
5
5
  "keywords": [],
6
6
  "description": "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want",
@@ -10,7 +10,7 @@
10
10
  "bin": "./index.js",
11
11
  "devDependencies": {},
12
12
  "dependencies": {
13
- "@batijs/cli": "0.0.128"
13
+ "@batijs/cli": "0.0.130"
14
14
  },
15
15
  "files": [
16
16
  "index.js"