Skip to content

Commit 40ca4db

Browse files
authored
Add now.json (#17)
1 parent 40a59eb commit 40ca4db

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

now.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"static": {
3+
"public": "website/build/isomorphic-git.github.io"
4+
}
5+
}

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"scripts": {
3+
"start": "serve",
4+
"build": "cd website && npm run build"
5+
},
6+
"dependencies": {
7+
"serve": "*"
8+
},
9+
"devDependencies": {
10+
"alex": "5.1.0",
11+
"docusaurus": "1.1.5",
12+
"react-icons": "2.2.7"
13+
}
14+
}

0 commit comments

Comments
 (0)