Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Update code-gov-adapter
Browse files Browse the repository at this point in the history
→ - updated @code.gov/code-gov-adapter
→ - updated language mappings to have keyword field.
  • Loading branch information
Froilan Irizarry authored and Froilan Irizarry committed Oct 30, 2018
1 parent 4a1463e commit 95eb50e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion indexes/repo/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"type": "text",
"analyzer": "englishfulltext",
"fields": {
"_fulltext": {
"keyword": {
"type": "keyword",
"normalizer": "lowercase"
}
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"security-check": "./node_modules/.bin/nsp check"
},
"dependencies": {
"@code.gov/code-gov-adapter": "^1.1.1",
"@code.gov/code-gov-adapter": "^1.1.2",
"@code.gov/code-gov-integrations": "github:gsa/code-gov-integrations",
"@code.gov/code-gov-validator": "^1.0.1",
"JSONStream": "^1.3.5",
Expand Down

0 comments on commit 95eb50e

Please sign in to comment.