Skip to content

Commit 75abe0b

Browse files
committed
Update value list and clean-up
1 parent 9941828 commit 75abe0b

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

lib/node_modules/@stdlib/os/platform/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ Options:
7676

7777
```bash
7878
$ platform
79-
<platform>
8079
```
8180

8281
</section>

lib/node_modules/@stdlib/os/platform/docs/repl.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
Possible values:
66

7-
- 'win32'
8-
- 'darwin'
9-
- 'linux'
7+
- win32
8+
- darwin
9+
- linux
10+
- freebsd
11+
- sunos
1012

1113
Examples
1214
--------

lib/node_modules/@stdlib/os/platform/lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* Platform on which the current process is running.
55
*
66
* @module @stdlib/os/platform
7-
* @type {string}
87
*
98
* @example
109
* var PLATFORM = require( '@stdlib/os/platform' );

lib/node_modules/@stdlib/os/platform/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"darwin",
6868
"linux",
6969
"mac",
70-
"pc",
71-
"alias"
70+
"pc"
7271
]
7372
}

0 commit comments

Comments
 (0)