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
fix(computed): use the cleaned package to match keys
nice-package keeps keys in the latest, just like we expect, but we made a mistake in which we assumed the schame of the original package was like a package.json (spoiler: it's not at all), and thus the test was actually pretty wrong, just because of the fact that nice-package also works for a package.json, not just a npm registry package
I noticed this error when taking a look at the bootstrap, currently at 73% and noticed it didn't include the angular packages
0 commit comments