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

Publish a beta version for node-sass 3.4.0beta1 #163

Closed
Phoenixmatrix opened this issue Sep 23, 2015 · 5 comments
Closed

Publish a beta version for node-sass 3.4.0beta1 #163

Phoenixmatrix opened this issue Sep 23, 2015 · 5 comments

Comments

@Phoenixmatrix
Copy link

node-sass came out with a beta version, v3.4.0-beta1. The performance improvements are massive, and for a lot of uses cases, it's perfectly usable in its beta form.

The peerDependencies definition of sass-loader don't allow installing it though without tweaking its package.json, but sass-loader works perfectly fine with the beta if you force it to install.

Would it be possible to push out a sass-loader 2.0.1beta or something that allows node-sass v3.4.0beta1 in package.json while we wait for the real release, for convenience?

@Avien
Copy link

Avien commented Oct 14, 2015

+1

@jhnns
Copy link
Member

jhnns commented Oct 23, 2015

Mhmm you should be "allowed" to install that beta... is this a npm issue?

@Phoenixmatrix
Copy link
Author

Its no longer needed since node-sass 3.4 is now released.

That being said: no, you would not be able to install 3.4beta. You can't even force it really (without manually modifying sass-loader's package.json.

carret notations (or really, any of the wildcard versioning for NPM) will only work with numeric X.Y.Z versions. To allow betas, you have to specifically do something such as "^3.2.0 || 3.4.0-beta1" as the version.

Anyhow, this no longer matters, so Ill close :)

@jhnns
Copy link
Member

jhnns commented Oct 26, 2015

@Phoenixmatrix Thx for informing me 👍

@Avien
Copy link

Avien commented Oct 26, 2015

Yep, tx!!

On Mon, Oct 26, 2015 at 6:41 PM, Johannes Ewald [email protected]
wrote:

@Phoenixmatrix https://github.com/Phoenixmatrix Thx for informing me [image:
👍]


Reply to this email directly or view it on GitHub
#163 (comment)
.

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

No branches or pull requests

3 participants