diff options
author | Hakim El Hattab | 2019-02-28 13:47:49 +0100 |
---|---|---|
committer | Hakim El Hattab | 2019-02-28 13:47:49 +0100 |
commit | 213023760ab2cfaad4db022844da97e692c2ea50 (patch) | |
tree | 7224424be0c3fa8cb6f69e39dddfa26d1049fc05 /Gruntfile.ts | |
parent | 3b4fabc8a780d4c0fad4c0dc9a7f15b99a5ece66 (diff) |
build dependency updates
Diffstat (limited to 'Gruntfile.ts')
-rw-r--r-- | Gruntfile.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Gruntfile.ts b/Gruntfile.ts index f9c9dd6..1b7f31c 100644 --- a/Gruntfile.ts +++ b/Gruntfile.ts @@ -153,11 +153,6 @@ module.exports = function(grunt) { options: { livereload: true } - }, - - retire: { - js: [ 'js/reveal.js', 'lib/js/*.js', 'plugin/**/*.js' ], - node: [ '.' ] } }); |