Skip to content

Commit

Permalink
sync-api-docs: remove unused comment-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
motiz88 committed Feb 12, 2020
1 parent 55a49ac commit 7c0bb49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
7 changes: 3 additions & 4 deletions website/package.json
Expand Up @@ -41,11 +41,11 @@
"alex": "^8.0.0",
"docusaurus": "1.14.4",
"highlight.js": "^9.15.10",
"remarkable": "^2.0.0"
"remarkable": "^2.0.0",
"tokenize-comment": "^3.0.1"
},
"devDependencies": {
"@motiz88/react-native-docgen": "0.0.1",
"comment-parser": "^0.7.2",
"front-matter": "^2.3.0",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
Expand All @@ -55,7 +55,6 @@
"node-fetch": "^2.3.0",
"path": "^0.12.7",
"prettier": "1.16.4",
"pretty-quick": "^1.10.0",
"tokenize-comment": "^3.0.1"
"pretty-quick": "^1.10.0"
}
}
Expand Up @@ -11,7 +11,6 @@
// This file may end up in the React Native repo, as part of the
// `generate-api-docs` script.

const parseDocComment = require('comment-parser');
const tokenizeComment = require('tokenize-comment');

function joinDescriptionAndExamples(tokenized) {
Expand Down
5 changes: 0 additions & 5 deletions website/yarn.lock
Expand Up @@ -1892,11 +1892,6 @@ commander@~2.8.1:
dependencies:
graceful-readlink ">= 1.0.0"

comment-parser@^0.7.2:
version "0.7.2"
resolved "https://registry.npmjs.org/comment-parser/-/comment-parser-0.7.2.tgz#baf6d99b42038678b81096f15b630d18142f4b8a"
integrity sha512-4Rjb1FnxtOcv9qsfuaNuVsmmVn4ooVoBHzYfyKteiXwIU84PClyGA5jASoFMwPV93+FPh9spwueXauxFJZkGAg==

commondir@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
Expand Down

0 comments on commit 7c0bb49

Please sign in to comment.