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
We have defined all our dev dependencies in the root package.json file. It's a better practice to define dev dependencies that are package specific, i.e. rollup, to the jitar package.json.
Let's reorganize them to make it better understandable which dependencies are package specific.