vaderjs 1.3.3-alpha-40 → 1.3.3-alpha-42
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 +0 -15
- package/package.json +10 -1
package/README.md
CHANGED
|
@@ -176,19 +176,4 @@ VaderJS is released under the MIT License. See the [LICENSE](https://github.com/
|
|
|
176
176
|
## Join the Community
|
|
177
177
|
|
|
178
178
|
Connect with the VaderJS community on [GitHub](https://github.com/Postr-Inc/Vader.js). Contribute, share feedback, and improve VaderJS for SPA development.
|
|
179
|
-
=======
|
|
180
|
-
<p align="center">
|
|
181
|
-
<a href="https://vader-js.pages.dev">
|
|
182
|
-
<picture>
|
|
183
|
-
<source media="(prefers-color-scheme: dark)" srcset="/icon.jpeg">
|
|
184
|
-
<img src="./logo.png" height="128">
|
|
185
|
-
</picture>
|
|
186
|
-
<h1 align="center">Vader.js</h1>
|
|
187
|
-
</a>
|
|
188
|
-
</p>
|
|
189
|
-
|
|
190
|
-
# VaderJS: A Powerful Reactive Framework for SPAs inspired by react.js!
|
|
191
|
-
|
|
192
|
-
[](https://github.com/Postr-Inc/Vader.js/blob/main/LICENSE) [](https://www.npmjs.com/package/vaderjs)
|
|
193
|
-
|
|
194
179
|
|
package/package.json
CHANGED
|
@@ -2,10 +2,19 @@
|
|
|
2
2
|
"name": "vaderjs",
|
|
3
3
|
"description": "A Reactive library aimed to helping you build reactive applications inspired by react.js",
|
|
4
4
|
"module": "vader.js",
|
|
5
|
-
"version": "1.3.3-alpha-
|
|
5
|
+
"version": "1.3.3-alpha-42",
|
|
6
6
|
"bin": {
|
|
7
7
|
"vader": "./vader.js"
|
|
8
8
|
},
|
|
9
|
+
"keywords": [
|
|
10
|
+
"react",
|
|
11
|
+
"reactive",
|
|
12
|
+
"nextjs",
|
|
13
|
+
"pages router",
|
|
14
|
+
"spa",
|
|
15
|
+
"vanillajs",
|
|
16
|
+
"vanilla js"
|
|
17
|
+
],
|
|
9
18
|
"type": "module",
|
|
10
19
|
"license": "MIT",
|
|
11
20
|
"homepage": "https://vader-js.pages.dev/#/",
|