@hotbunny/hackhub-content-sdk 0.9.1 → 0.9.2
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @hotbunny/hackhub-content-sdk
|
|
2
2
|
|
|
3
|
-
Official modding SDK for [HackHub](https://store.steampowered.com/app/
|
|
3
|
+
Official modding SDK for [HackHub - Ultimate Hacker Simulator](https://store.steampowered.com/app/2980270/HackHub__Ultimate_Hacker_Simulator/) on Steam. Create custom quests, websites, terminal commands, desktop apps, and more.
|
|
4
4
|
|
|
5
5
|
## Getting Started
|
|
6
6
|
|
|
@@ -294,8 +294,8 @@ Mods support Steam Workshop for easy distribution:
|
|
|
294
294
|
|
|
295
295
|
## Links
|
|
296
296
|
|
|
297
|
-
- [HackHub on Steam](https://store.steampowered.com/app/
|
|
298
|
-
- [Steam Workshop](https://steamcommunity.com/app/
|
|
297
|
+
- [HackHub - Ultimate Hacker Simulator on Steam](https://store.steampowered.com/app/2980270/HackHub__Ultimate_Hacker_Simulator/)
|
|
298
|
+
- [Steam Workshop](https://steamcommunity.com/app/2980270/workshop/)
|
|
299
299
|
|
|
300
300
|
## License
|
|
301
301
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hotbunny/hackhub-content-sdk",
|
|
3
|
-
"version": "0.9.
|
|
4
|
-
"description": "Official modding SDK for HackHub -
|
|
3
|
+
"version": "0.9.2",
|
|
4
|
+
"description": "Official modding SDK for HackHub - Ultimate Hacker Simulator on Steam. Create custom quests, websites, terminal commands, and desktop apps.",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|