Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tighten TA ref checks in TN as per Perry Oakes spec #56

Merged
merged 2 commits into from
Oct 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# We don't need the testing stuff in the NPM package
./cypress/
./src/__tests__/
./dist/__tests__/

# Nor do we need any of the styleguidist stuff from the core
./styleguide.*
Expand Down
188 changes: 103 additions & 85 deletions noticeList.txt

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uw-content-validation",
"description": "Functions for Checking Door43.org Scriptural Content/Resources.",
"version": "0.8.14",
"version": "0.8.15",
"private": false,
"homepage": "https://unfoldingword.github.io/uw-content-validation/",
"repository": {
Expand Down Expand Up @@ -85,6 +85,9 @@
"src/core/**.{js,jsx,ts}",
"!**/node_modules/**",
"!**/vendor/**"
],
"modulePathIgnorePatterns": [
"<rootDir>/dist/"
]
}
}
}
Loading