tpmkms_4wp 7.4.2 → 7.4.3
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.
Potentially problematic release.
This version of tpmkms_4wp might be problematic. Click here for more details.
- package/common/helpers/properties.js +2 -2
- package/common/ordering.test.json +76 -76
- package/common/people.js +4 -4
- package/common/people.test.json +298 -298
- package/common/properties.js +1 -1
- package/common/properties.test.json +238 -238
- package/common/scorekeeper.js +3 -3
- package/common/scorekeeper.test.json +29 -29
- package/package.json +2 -2
package/common/properties.js
CHANGED
@@ -7,7 +7,7 @@ const { API } = require('./helpers/properties')
|
|
7
7
|
const { chooseNumber } = require('./helpers.js')
|
8
8
|
const pluralize = require('pluralize')
|
9
9
|
|
10
|
-
// TODO what is
|
10
|
+
// TODO what is wendy's cat's name
|
11
11
|
// TODO blue is a colour my eyes are blue what color are my eyes
|
12
12
|
// TODO for my have a way to set context with current my and its changable
|
13
13
|
// TODO crew member is a type of person
|