Skip to content

Commit

Permalink
Make package.json more complete and fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Feb 14, 2022
1 parent 922d82e commit aeb245b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"name": "docsy",
"version": "0.2.0-dev",
"repository": "github:google/docsy",
"scripts": {
"_docs": "cd userguide && npm run",
"docs-install": "cd userguide && npm install",
Expand All @@ -7,9 +10,11 @@
"build": "npm run _docs build",
"serve": "npm run _docs serve"
},
"devDependencies": {
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"bootstrap": "^4.6.1",
"bootstrap": "^4.6.1"
},
"devDependencies": {
"hugo-extended": "0.92.1"
}
}

0 comments on commit aeb245b

Please sign in to comment.