Skip to content

Commit

Permalink
Use new script
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Mar 6, 2019
1 parent ba00cbb commit 3122073
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bin/update-readmes.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const packages = [
//'date',
//'deprecated',
//'dom',
//'dom-ready',
'dom-ready',
'e2e-test-utils',
//'edit-post',
'element',
Expand Down
2 changes: 1 addition & 1 deletion packages/dom-ready/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Specify a function to execute when the DOM is fully loaded.

**Returns**

`void`
`void`:


<!-- END TOKEN(Autogenerated API docs) -->
Expand Down
6 changes: 0 additions & 6 deletions packages/dom-ready/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@
"dependencies": {
"@babel/runtime": "^7.3.1"
},
"devDependencies": {
"@wordpress/docgen": "file:../docgen"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"docs:generate": "docgen ./src/index.js --output ./README.md --to-token"
}
}

0 comments on commit 3122073

Please sign in to comment.