Skip to content

Commit

Permalink
fix: add one last unit
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Jul 24, 2020
1 parent 89e81b2 commit 95ec060
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gordonfn/schema",
"version": "2.0.0-rc.18",
"version": "2.0.0",
"description": "DataStream Water Quality Exchange (WQX): JSON Schema and JSON Table Schema for DataStream",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand Down
2 changes: 2 additions & 0 deletions src/addition/MeasurementUnit.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"ug/cm2-day",
"ug/m2-hr",

"Bq",
"Bq/L",
"µg/l",
"µS/cm"
]
2 changes: 2 additions & 0 deletions src/values/MeasurementUnit.legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"bar",
"bbl",
"beaufort",
"Bq",
"Bq/L",
"BTU",
"BU",
"cal",
Expand Down
2 changes: 2 additions & 0 deletions src/values/MeasurementUnit.primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
"bar",
"bbl",
"beaufort",
"Bq",
"Bq/L",
"BTU",
"BU",
"cal",
Expand Down

0 comments on commit 95ec060

Please sign in to comment.