Skip to content

Commit

Permalink
add npm link hook
Browse files Browse the repository at this point in the history
  • Loading branch information
zemirco committed May 30, 2017
1 parent 77e73a9 commit cb56d66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"preinstall": "npm link ../"
},
"homepage": "https://hbm.github.io/md-components"
}

0 comments on commit cb56d66

Please sign in to comment.