Skip to content

Commit

Permalink
Merge pull request #65 from unfoldingWord/feature-mcleanb-tsvConversi…
Browse files Browse the repository at this point in the history
…on.2

Feature/tsv 9 to 7 column conversion
  • Loading branch information
mandolyte authored Nov 15, 2022
2 parents 3a7ade6 + 16d87d7 commit d80f2f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "tsv-groupdata-parser",
"version": "0.13.1-alpha.2",
"version": "1.0.1",
"description": "Parses the translationNotes TSVs files to generate the GroupIndex and GroupData for the translationCore Desktop app.",
"main": "lib/index.js",
"scripts": {
"validate-quotes": "babel-node scripts/validateQuotes.js",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"test": "eslint ./src && jest",
"test": "bash -c \"eslint ./src && jest\"",
"prebuild": "rm -rf ./lib",
"build": "babel src -d lib",
"prepare": "npm run build",
Expand Down Expand Up @@ -38,7 +38,6 @@
"@babel/preset-env": "^7.4.5",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"bible-reference-range": "^1.0.1",
"deep-equal": "1.0.1",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.3.0",
Expand All @@ -50,6 +49,7 @@
"string-punctuation-tokenizer": "^2.2.0"
},
"dependencies": {
"bible-reference-range": "^1.0.1",
"fs-extra": "^7.0.1",
"ospath": "^1.2.2",
"path-extra": "^4.3.0",
Expand Down

0 comments on commit d80f2f3

Please sign in to comment.