Skip to content

Commit 3da021a

Browse files
authored
Bulid - chore: remove grunt-check-dependencies (#2472)
1 parent fb8bb33 commit 3da021a

File tree

3 files changed

+0
-300
lines changed

3 files changed

+0
-300
lines changed

Gruntfile.coffee

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module.exports = (grunt) ->
2929
"dist"
3030
"Build distribution files ready for production"
3131
[
32-
"checkDependencies"
3332
"check-wet-version"
3433
"test"
3534
"jekyll-theme"
@@ -43,7 +42,6 @@ module.exports = (grunt) ->
4342
"debug"
4443
"Build a local working copy"
4544
[
46-
"checkDependencies"
4745
"check-wet-version"
4846
"jekyll-theme"
4947
"jekyll-theme-runLocal"
@@ -78,7 +76,6 @@ module.exports = (grunt) ->
7876
"méli-mélo"
7977
"Build méli-mélo files and run it in-place"
8078
[
81-
"checkDependencies"
8279
"check-wet-version"
8380
"jekyll-theme"
8481
"jekyll-theme-runLocal"
@@ -530,12 +527,6 @@ module.exports = (grunt) ->
530527
curMéliPack: "mélimélo.js"
531528
curMéliLibs: [ ]
532529

533-
checkDependencies:
534-
all:
535-
options:
536-
npmInstall: false
537-
checkGitUrls: true
538-
539530
"check-wet-version":
540531
src: ["<%= pkgWET.version %>", "<%= pkg.dependencies['wet-boew'] %>"]
541532

package-lock.json

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"grunt-assemble": "^0.6.3",
3232
"grunt-banner": "^0.6.0",
3333
"grunt-bootlint": "^1.1.0",
34-
"grunt-check-dependencies": "^1.0.0",
3534
"grunt-contrib-clean": "^2.0.1",
3635
"grunt-contrib-concat": "^1.0.1",
3736
"grunt-contrib-connect": "^3.0.0",

0 commit comments

Comments
 (0)