Skip to content

Commit ec0cfba

Browse files
authored
Add time-grunt (#169)
It's deprecated but I'm not aware of any replacements...
1 parent 7b82027 commit ec0cfba

3 files changed

Lines changed: 159 additions & 0 deletions

File tree

Gruntfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
'use strict';
22

33
module.exports = function(grunt) {
4+
require('time-grunt')(grunt);
5+
46
grunt.initConfig({
57
htmllint: {
68
valid: 'test/fixtures/valid.html',

package-lock.json

Lines changed: 156 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"grunt": "^1.1.0",
3434
"mocha": "^9.1.1",
3535
"strip-ansi": "^6.0.0",
36+
"time-grunt": "^2.0.0",
3637
"xo": "^0.44.0"
3738
},
3839
"peerDependencies": {

0 commit comments

Comments
 (0)