v0.76.3 Migration Guide #603
endigo9740
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please see the new announcement for Skeleton Labs:
With the launch of Skeleton Labs, we've introduced a new NPM organization, which means a newly scoped NPM package for the Skeleton library. We've provided a quick three step process for migrating your existing projects. This is required if you wish to continue receiving updates going forward!
1. Uninstall the Old Package:
npm uninstall @brainandbones/skeleton --save
2. Install the the New Skeleton Labs package:
npm i @skeletonlabs/skeleton --save-dev
3. Search and Replace Package References
Use your editor of choice, search your application for instances of:
@brainandbones/skeleton
, then replace with:@skeletonlabs/skeleton
CONTRIBUTORS: Update your Upstream
Finally, if you're a contributor, you'll need to run the following to update your upstream. Note that GitHub will auto-redirect for now, but it's best to go ahead and update this:
Beta Was this translation helpful? Give feedback.
All reactions