risei 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ Here are two example tests.  `SortModel.countSort()` is being tested with
18
18
 
19
19
  <div style="padding-left: 1.5rem">
20
20
 
21
- ![./usage-examples/Syntax-example.png](./usage-examples/Syntax-example.png)
21
+ ![https://deusware.com/Syntax-example.png](https://deusware.com/Syntax-example.png)
22
22
 
23
23
  </div>
24
24
 
@@ -26,7 +26,7 @@ Here is the terminal output of these two example tests.&nbsp; Tests are grouped
26
26
 
27
27
  <div style="padding-left: 1.5rem;">
28
28
 
29
- ![./usage-examples/Output-example.png](./usage-examples/Output-example.png)
29
+ ![https://deusware.com/Output-example.png](https://deusware.com/Output-example.png)
30
30
 
31
31
  </div>
32
32
 
@@ -36,7 +36,7 @@ Test runs also feature a title bar, plus a summary bar at the bottom:
36
36
 
37
37
  <div style="padding-left: 1.5rem;">
38
38
 
39
- ![./usage-examples/Summary-example.png](./usage-examples/Summary-example.png)
39
+ ![https://deusware.com/Summary-example.png](https://deusware.com/Summary-example.png)
40
40
 
41
41
  </div>
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "risei",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "RiseiJs is the framework that allows you to write unit tests as collections of values in JavaScript objects, so it's easy and fast, and tests don't serve as a drag on redesigns.",
5
5
  "keywords":[ "unit test", "test", "values", "objects", "easy", "fast" ],
6
6
  "author": "Ed Fallin <riseijsmaker@gmail.com>",