Skip to content

Commit

Permalink
No Significant Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanroleplay committed Sep 7, 2021
1 parent 1706b71 commit 67f8584
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "aviationweather",
"version": "1.2.1",
"version": "1.2.2",
"description": "Node.js wrapper for aviation weather, written in TypeScript",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/Identifiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export const skyConditions: IMetaSkyCondition[] = [
{ code: "SCT", description: "Scattered cloud layer 3/8ths to 4/8ths" },
{ code: "SKC", description: "Sky Clear" },
{ code: "TCU", description: "Towering Cumulus" },
{ code: "NSC", description: "No Significant Cloud" },
];

0 comments on commit 67f8584

Please sign in to comment.