risei 1.0.3 → 1.0.4

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 +2 -2
package/README.md CHANGED
@@ -621,13 +621,13 @@ Most problems with using RiseiJs are minor mistakes in syntax, or omissions in t
621
621
  When something is wrong in one test file, other test files still usually load and run, so a good sign that there's a problem is a sudden decrease in the number of run tests reported.
622
622
 
623
623
 
624
- ## Who is behind RiseiJs
624
+ ## Who makes RiseiJs
625
625
 
626
- RiseiJs is made by Ed Fallin, a longtime software developer proficient in many technologies, with a knack for finding new answers to old questions.
626
+ RiseiJs is written by myself, Ed Fallin.  I'm a longtime software developer who likes to find better ways to do things.
627
627
 
628
628
  If you find RiseiJs useful, consider spreading the word to other devs, making a donation, suggesting enhancements, or proposing sponsorships.
629
629
 
630
- You can get in touch about Rjs using **riseijsmaker@gmail.com**.
630
+ You can get in touch about RiseiJs at **riseijsmaker@gmail.com**.
631
631
 
632
632
 
633
633
  ## What the RiseiJs license is
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "risei",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
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
- "keywords":[ "unit test", "test", "values", "objects", "easy", "fast" ],
5
+ "keywords": [ "unit test", "test", "unit testing", "testing", "easy", "fast", "values", "objects", "declarative" ],
6
6
  "author": "Ed Fallin <riseijsmaker@gmail.com>",
7
7
  "license": "MIT",
8
8
  "type": "module",