bobp 0.0.9 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,8 +24,17 @@
|
|
|
24
24
|
# bobp
|
|
25
25
|
How can I help you, Bobp?
|
|
26
26
|
|
|
27
|
+
## Greetings, wayward traveler!
|
|
28
|
+
This most excellent piece of software awaits you, whether fate led you here or
|
|
29
|
+
you simply botched a search. **Either way, welcome!**
|
|
30
|
+
|
|
31
|
+
I originally created this tool for my own use, tailoring it to my needs. But if
|
|
32
|
+
you find it useful too, I’m glad it can help!
|
|
33
|
+
|
|
27
34
|
## Installation
|
|
28
|
-
|
|
35
|
+
```sh
|
|
36
|
+
npm i -g bobp
|
|
37
|
+
```
|
|
29
38
|
|
|
30
39
|
<hr>
|
|
31
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bobp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"description": "How can I help you, Bobp?",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"standard-version": "^9.5.0",
|
|
48
48
|
"ts-jest": "^29.2.5",
|
|
49
49
|
"tsup": "^8.3.5",
|
|
50
|
-
"typedoc": "^0.
|
|
50
|
+
"typedoc": "^0.28.1",
|
|
51
51
|
"typescript": "^5.8.2"
|
|
52
52
|
}
|
|
53
53
|
}
|