|
1 | 1 | { |
2 | 2 | "name": "@stdlib/string-remove-utf8-bom", |
3 | | - "version": "0.0.9", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Remove a UTF-8 byte order mark (BOM) from the beginning of a string.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
40 | 40 | "url": "https://github.com/stdlib-js/stdlib/issues" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "@stdlib/assert-is-string": "^0.0.8", |
44 | | - "@stdlib/cli-ctor": "^0.0.3", |
45 | | - "@stdlib/fs-read-file": "^0.0.8", |
46 | | - "@stdlib/process-read-stdin": "^0.0.7", |
47 | | - "@stdlib/streams-node-stdin": "^0.0.7", |
48 | | - "@stdlib/string-format": "^0.0.3" |
| 43 | + "@stdlib/assert-is-string": "^0.1.0", |
| 44 | + "@stdlib/cli-ctor": "^0.1.0", |
| 45 | + "@stdlib/fs-read-file": "^0.1.0", |
| 46 | + "@stdlib/process-read-stdin": "^0.1.0", |
| 47 | + "@stdlib/streams-node-stdin": "^0.1.0", |
| 48 | + "@stdlib/string-format": "^0.1.0" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | | - "@stdlib/assert-is-browser": "^0.0.8", |
52 | | - "@stdlib/assert-is-windows": "^0.0.7", |
53 | | - "@stdlib/bench": "^0.0.12", |
54 | | - "@stdlib/buffer-from-string": "^0.0.8", |
55 | | - "@stdlib/process-exec-path": "^0.0.7", |
| 51 | + "@stdlib/assert-is-browser": "^0.1.0", |
| 52 | + "@stdlib/assert-is-windows": "^0.1.0", |
| 53 | + "@stdlib/bench": "^0.1.0", |
| 54 | + "@stdlib/buffer-from-string": "^0.1.0", |
| 55 | + "@stdlib/process-exec-path": "^0.1.0", |
56 | 56 | "@stdlib/string-from-code-point": "^0.0.9", |
57 | 57 | "@stdlib/string-replace": "^0.0.11", |
58 | 58 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
|
0 commit comments