Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Use our own published NPM packages #1208

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

confused-Techie
Copy link
Member

Recently @savetheclocktower and I have begun the work to start publishing our packages directly to NPM.

So we should start taking advantage of it. This PR will migrate any dependencies that we publish to NPM instead of installing the packages from GitHub.

This PR will stay in draft until we've covered all the packages that we plan to publish in the short term.

@savetheclocktower
Copy link
Contributor

Thanks for starting this PR! But don't forget we've got to change the imports themselves:

const LessCache = require('@pulsar-edit/less-cache');

@confused-Techie
Copy link
Member Author

Thanks for starting this PR! But don't forget we've got to change the imports themselves:

const LessCache = require('@pulsar-edit/less-cache');

Ahh how could I forget, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants