Skip to content

Commit 7596405

Browse files
committed
add package.json
1 parent 788cc6c commit 7596405

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "mkdocs",
3+
"version": "1.0.0",
4+
"private": true,
5+
"scripts": {
6+
"dev": "mkdocs serve",
7+
"build": "mkdocs build -d public"
8+
}
9+
}

0 commit comments

Comments
 (0)