codexparser 0.0.10 → 0.0.11

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/src/abbr.js +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexparser",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "This is a Javascript Bible parser and text scanner. It will search through texts and collate all scripture references into an array and parse them into objects, and it will parse passages into objects by book, chapter, verse, and testament. ",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/abbr.js CHANGED
@@ -200,11 +200,13 @@ const abbrevations = {
200
200
  "2Thess": "2 Thessalonians",
201
201
  "1Tim": "1 Timothy",
202
202
  "1 Ti": "1 Timothy",
203
- "1 Ti": "1 Timothy",
203
+ "1 Tm": "1 Timothy",
204
+ "1Tm": "1 Timothy",
204
205
  "1Tim": "1 Timothy",
205
206
  "2Tim": "2 Timothy",
206
207
  "2 Ti": "2 Timothy",
207
- "2 Ti": "2 Timothy",
208
+ "2Tm": "2 Timothy",
209
+ "2 Tm": "2 Timothy",
208
210
  "2Tim": "2 Timothy",
209
211
  Titus: "Titus",
210
212
  Tt: "Titus",