@mindw1n/webnative 3.1.0 → 3.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 +1 -1
- package/readme.md +2 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindw1n/webnative",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "esbuild src/index.ts --bundle --platform=node --format=esm --target=es2020 --outfile=index.js --banner:js=\"#!/usr/bin/env node\" --minify"
|
|
7
7
|
},
|
package/readme.md
CHANGED
|
@@ -10,6 +10,8 @@ No cross-compilation or config hell. No manual dependencies. Just you and your b
|
|
|
10
10
|
|
|
11
11
|

|
|
12
12
|
|
|
13
|
+
[Watch the showcase on YouTube](https://www.youtube.com/watch?v=BdnwlwOvEts)
|
|
14
|
+
|
|
13
15
|
## Why webnative?
|
|
14
16
|
|
|
15
17
|
Most cross-platform frameworks make you choose — either great DX or great results.
|