Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit fbfdc50

Browse files
committed
Remove unused "grunt-extract-cldr-data" dependency
This wasn't configured properly and didn't work
1 parent 30b8a07 commit fbfdc50

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Gruntfile.js

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ module.exports = function (grunt) {
104104
grunt.loadNpmTasks('grunt-contrib-jshint');
105105
grunt.loadNpmTasks('grunt-contrib-uglify');
106106
grunt.loadNpmTasks('grunt-bundle-jsnext-lib');
107-
grunt.loadNpmTasks('grunt-extract-cldr-data');
108107
grunt.loadNpmTasks('grunt-curl');
109108
grunt.loadNpmTasks('grunt-zip');
110109

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"grunt-contrib-jshint": "^0.10.0",
2323
"grunt-contrib-uglify": "^0.5.1",
2424
"grunt-curl": "^2.1.0",
25-
"grunt-extract-cldr-data": "^2.1.1",
2625
"grunt-zip": "^0.16.2",
2726
"jshint": "^2.5.5",
2827
"object.assign": "^1.1.1",

0 commit comments

Comments
 (0)