You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.3 KiB
42 lines
1.3 KiB
Index: node_modules/modclean/bin/modclean.js |
|
--- node_modules/modclean/bin/modclean.js.orig 2017-11-07 08:17:40.000000000 +0100 |
|
+++ node_modules/modclean/bin/modclean.js 2017-11-07 08:24:06.725549000 +0100 |
|
@@ -3,7 +3,6 @@ |
|
|
|
const chalk = require('chalk'); |
|
const program = require('commander'); |
|
-const notifier = require('update-notifier'); |
|
const clui = require('clui'); |
|
const path = require('path'); |
|
const os = require('os'); |
|
@@ -13,8 +12,6 @@ |
|
const modclean = require('../lib/modclean'); |
|
const ModClean = modclean.ModClean; |
|
|
|
-notifier({ pkg }).notify(); |
|
- |
|
function list(val) { |
|
return val.split(','); |
|
} |
|
Index: node_modules/modclean-patterns-default/patterns.json |
|
--- node_modules/modclean-patterns-default/patterns.json.orig 2017-11-06 20:18:21.000000000 +0100 |
|
+++ node_modules/modclean-patterns-default/patterns.json 2017-11-07 08:23:52.003638000 +0100 |
|
@@ -53,6 +53,8 @@ |
|
"draft-02", |
|
"draft-03", |
|
"draft-04", |
|
+ "eslint.json", |
|
+ "jshint.json", |
|
".eslintrc", |
|
".eslintrc.*", |
|
".jamignore", |
|
@@ -96,6 +98,9 @@ |
|
"desktop.ini", |
|
"npm-debug.log", |
|
"wercker.yml", |
|
+ "gruntfile.js", |
|
+ "gulpfile.js", |
|
+ "Makefile", |
|
".flowconfig" |
|
], |
|
|
|
|