Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
fix python3: update node-sass to support modules sass (dart sass), up…
Browse files Browse the repository at this point in the history
…date related task config
  • Loading branch information
jgrammen-agilitypr committed Apr 9, 2021
1 parent 57f40d4 commit 622267d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"mkdirp": "^0.5.5",
"moment": "^2.25.1",
"node-cron": "^1.2.1",
"node-sass": "^4.13.1",
"sass": "^1.32.8",
"nodemailer": "^4.7.0",
"nodemailer-mailgun-transport": "^1.4.0",
"passport": "0.3.0",
Expand Down
4 changes: 2 additions & 2 deletions tasks/config/sass.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const sass = require('node-sass');
const sass = require('sass');

module.exports = function (grunt) {

Expand All @@ -19,4 +19,4 @@ module.exports = function (grunt) {
});

grunt.loadNpmTasks('grunt-sass');
};
};

0 comments on commit 622267d

Please sign in to comment.