Closed nevir closed 8 years ago
This allows npm link to work w/o extra steps; and hopefully simplifies your npm publish flow.
npm link
npm publish
React is a necessary devDependency for the npm link case as well, since node_modules are split between this repo and the dependent
node_modules
Thanks!
This allows
npm link
to work w/o extra steps; and hopefully simplifies yournpm publish
flow.React is a necessary devDependency for the
npm link
case as well, sincenode_modules
are split between this repo and the dependent