-
Notifications
You must be signed in to change notification settings - Fork 381
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
Resolves #566 by setting dep for node-sass to latest accurate node-sass version #567
Conversation
}, | ||
"dependencies": { | ||
"gulp-util": "^3.0", | ||
"lodash.clonedeep": "^4.3.2", | ||
"node-sass": "^3.4.2", | ||
"node-sass": "^3.1.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anything before 3.4.2 is not supported.
@@ -18,12 +18,12 @@ | |||
"author": "David Manning", | |||
"license": "MIT", | |||
"bugs": { | |||
"url": "https://github.com/dlmanning/gulp-sass/issues" | |||
"url": "https://github.com/tenon-io/gulp-sass/issues" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should never be changed.
@@ -8,7 +8,7 @@ | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git://github.com/dlmanning/gulp-sass" | |||
"url": "git://github.com/tenon-io/gulp-sass" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should also never be changed.
No description provided.