We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d486f commit 189e35fCopy full SHA for 189e35f
package.json
@@ -1,15 +1,13 @@
1
{
2
"name": "how-to-make-an-operating-system",
3
"version": "0.1.0",
4
- "description": "Book about how to make a computer operating system in C++",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System.git"
8
},
9
"author": "Samy Pesse <[email protected]>",
10
"license": "Apache 2",
11
- "dependencies": {},
12
- "devDependencies": {
+ "dependencies": {
13
"gitbook-plugin-autocover": "0.0.5"
14
}
15
0 commit comments