Skip to content

Commit

Permalink
fix(react): correct build flow scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Sep 17, 2018
1 parent 24ba194 commit 73ecb64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"type": "git",
"url": "git@github.com:Igmat/metaf.git"
},
"scripts": {
"doctoc": "doctoc README.md",
"prepublish": "npm run doctoc"
},
"dependencies": {
"metaf-resolvable": "^0.1.1",
"react-is": "^16.5.1"
Expand Down

0 comments on commit 73ecb64

Please sign in to comment.