From 83d453b4986197554922ec76822788dc42596922 Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Tue, 3 Jan 2017 15:05:41 -0500 Subject: [PATCH] chore(sass): upgrade to latest version of grunt-sass (#3897) Fixes #3692. --- build/grunt.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build/grunt.js b/build/grunt.js index 9e1d732032..8b396af033 100644 --- a/build/grunt.js +++ b/build/grunt.js @@ -486,7 +486,6 @@ module.exports = function(grunt) { require('load-grunt-tasks')(grunt); grunt.loadNpmTasks('videojs-doc-generator'); grunt.loadNpmTasks('chg'); - grunt.loadNpmTasks('gkatsev-grunt-sass'); grunt.loadNpmTasks('grunt-accessibility'); const buildDependents = [ diff --git a/package.json b/package.json index c23f7b6b75..d57af7f570 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,6 @@ "es5-shim": "^4.1.3", "es6-shim": "^0.35.1", "ghooks": "^1.3.2", - "gkatsev-grunt-sass": "^1.1.1", "grunt": "^0.4.5", "grunt-accessibility": "^5.0.0", "grunt-babel": "^6.0.0", @@ -83,6 +82,7 @@ "grunt-fastly": "^0.1.3", "grunt-github-releaser": "^0.1.17", "grunt-karma": "^2.0.0", + "grunt-sass": "^2.0.0", "grunt-shell": "^2.0.0", "grunt-version": "~1.1.1", "grunt-videojs-languages": "0.0.4",