You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, in both cases, `$ npm install` will install all necessary dependencies, but
32
-
in the second case they won't be stored into your `package.json`.
20
+
Peer dependencies will be also stored into `package.json` of your project, thus future invokations of `npm install` will automatically install them, and you won't need to use `install-peerdeps` as long as you don't update `topcoder-react-utils` version.
33
21
34
22
### Configurations
35
23
-[**Babel Configurations**](docs/babel-config.md)— Standard configurations
0 commit comments