abpetkov / switchery

iOS 7 style switches for your checkboxes
http://abpetkov.github.io/switchery/
2.06k stars 477 forks source link

Add official package to yarn? #162

Open pedrofurtado opened 6 years ago

pedrofurtado commented 6 years ago

@abpetkov Plans to add a official package to Yarn at latest version (today, 0.8.2)?

bio commented 5 years ago

@pedrofurtado you can specify packages from different locations:

https://yarnpkg.com/en/docs/cli/add#toc-adding-dependencies

yarn add <git remote url> installs a package from a remote git repository. yarn add <git remote url>#<branch/commit/tag> installs a package from a remote git repository at specific git branch, git commit or git tag. yarn add https://my-project.org/package.tgz installs a package from a remote gzipped tarball.