vaderjs 1.1.6 → 1.1.7

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/package.json +1 -1
  2. package/readme.md +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vaderjs",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "A Reactive Framework for Single-Page Applications (SPA)",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -54,6 +54,12 @@ or
54
54
 
55
55
  4. Create dynamic SPAs with enhanced user experiences.
56
56
 
57
+ 5. Type checking / testing
58
+ - Vader has jsdoc annotations built in but also allows ts using the tsconfig
59
+
60
+ ```bash
61
+ npm run test // validate your code
62
+ ```
57
63
  ## Key Features
58
64
 
59
65
  ### Declarative Routing