Skip to content

Commit 189e35f

Browse files
committed
Move autocover to dependencies
1 parent 57d486f commit 189e35f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
22
"name": "how-to-make-an-operating-system",
33
"version": "0.1.0",
4-
"description": "Book about how to make a computer operating system in C++",
54
"repository": {
65
"type": "git",
76
"url": "https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System.git"
87
},
98
"author": "Samy Pesse <[email protected]>",
109
"license": "Apache 2",
11-
"dependencies": {},
12-
"devDependencies": {
10+
"dependencies": {
1311
"gitbook-plugin-autocover": "0.0.5"
1412
}
1513
}

0 commit comments

Comments
 (0)