Skip to content

Commit

Permalink
chore(sass): upgrade to latest version of grunt-sass (#3897)
Browse files Browse the repository at this point in the history
Fixes #3692.
  • Loading branch information
gkatsev committed Jan 3, 2017
1 parent e5a240a commit 83d453b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build/grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 83d453b

Please sign in to comment.