@seip/blue-bird 0.1.0 → 0.1.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.
package/README.md CHANGED
@@ -1,13 +1,12 @@
1
- <div align="center">
2
- <img src="https://seip25.github.io/Blue-bird/blue-bird.png" alt="Blue Bird Logo" width="120" />
3
- <h1>Blue Bird Framework</h1>
4
- <p><strong>The Future of Express & React Development</strong></p>
1
+ # Blue Bird Framework
5
2
 
6
- [![npm version](https://img.shields.io/npm/v/@seip/blue-bird.svg)](https://www.npmjs.com/package/@seip/blue-bird)
7
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
- </div>
3
+ **The Future of Express & React Development**
4
+
5
+ ![Blue Bird Logo](https://seip25.github.io/Blue-bird/blue-bird.png)
6
+
7
+ [![npm version](https://img.shields.io/npm/v/@seip/blue-bird.svg)](https://www.npmjs.com/package/@seip/blue-bird)
8
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9
9
 
10
- <hr />
11
10
 
12
11
  ## 🌟 Introduction / Introducción
13
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@seip/blue-bird",
3
- "version": "0.1.0",
4
- "description": "Framework js",
3
+ "version": "0.1.3",
4
+ "description": "Express + React opinionated framework with island architecture and built-in JWT auth",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "blue-bird": "core/cli/init.js"
@@ -11,8 +11,11 @@
11
11
  "url": "git+https://github.com/seip25/Blue-bird.git"
12
12
  },
13
13
  "keywords": [
14
+ "express",
15
+ "react",
14
16
  "framework",
15
- "js"
17
+ "islands",
18
+ "vite"
16
19
  ],
17
20
  "author": "Seip25",
18
21
  "license": "MIT",
package/.gitattributes DELETED
@@ -1,2 +0,0 @@
1
- # Auto detect text files and perform LF normalization
2
- * text=auto