mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
Documentation added ingame (#667)
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"@mui/styles": "^5.11.2",
|
||||
"@mui/system": "^5.0.3",
|
||||
"@types/estree": "^1.0.0",
|
||||
"@types/react-syntax-highlighter": "^15.5.7",
|
||||
"acorn": "^8.8.1",
|
||||
"acorn-walk": "^8.2.0",
|
||||
"arg": "^5.0.2",
|
||||
@@ -41,7 +42,10 @@
|
||||
"react-beautiful-dnd": "^13.1.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-draggable": "^4.4.4",
|
||||
"react-markdown": "^8.0.7",
|
||||
"react-resizable": "^3.0.4",
|
||||
"react-syntax-highlighter": "^15.5.0",
|
||||
"remark-gfm": "^3.0.1",
|
||||
"sprintf-js": "^1.1.2"
|
||||
},
|
||||
"description": "A cyberpunk-themed incremental game",
|
||||
@@ -123,6 +127,7 @@
|
||||
"preversion": "npm install && npm run test",
|
||||
"version": "sh ./tools/build-release.sh && git add --all",
|
||||
"postversion": "git push -u origin dev && git push --tags",
|
||||
"changelog": "node tools/fetch-changelog/index.js --from=$(cat last_changelog_hash) > changelog.md"
|
||||
"changelog": "node tools/fetch-changelog/index.js --from=$(cat last_changelog_hash) > changelog.md",
|
||||
"bundle-doc": "node tools/bundle-doc/index.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user