Skip to content

Commit

Permalink
Removed a unused grunt module
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Nov 19, 2016
1 parent 79834a9 commit a3f0649
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
//
// Load plugins
//
try {
require('time-grunt')(grunt);
} catch (e) { }

if ( grunt.option('nw') ) {
grunt.loadNpmTasks('grunt-nw-builder');
}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"devDependencies": {
"clean-css": ">=3.4.19",
"uglify-js": ">=2.7.3",
"time-grunt": ">=1.4.0",
"grunt-mocha-test": ">=0.12.7",
"grunt-contrib-watch": ">=1.0.0",
"grunt-eslint": ">=19.0.0",
Expand Down

0 comments on commit a3f0649

Please sign in to comment.