Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
chore(deps): temporarily pin subdependency marked
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Mar 20, 2020
1 parent 22dcaf3 commit 37d84c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
publish = "typedoc/"
command = "npm install && npm run typedoc"
command = "yarn install && yarn run typedoc"
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"extract-files": "^7.0.0",
"form-data": "^3.0.0",
"iterall": "^1.3.0",
"marked": "^0.8.0",
"node-fetch": "^2.6.0",
"uuid": "^7.0.1"
},
Expand Down Expand Up @@ -100,5 +101,8 @@
"typedoc": "0.17.0-3",
"typescript": "^3.8.2",
"zen-observable-ts": "^0.8.20"
},
"resolutions": {
"marked": "0.8.0"
}
}

0 comments on commit 37d84c9

Please sign in to comment.