[npm/clean] rename to sterilize

This commit is contained in:
spalger 2016-02-12 12:56:50 -07:00
parent 4e9e30c7d3
commit 00204a3df2
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@
"lintroller": "grunt eslint:fixSource",
"mocha": "mocha",
"mocha:debug": "mocha --debug-brk",
"clean": "grunt scrub"
"sterilize": "grunt sterilize"
},
"repository": {
"type": "git",

View file

@ -4,7 +4,7 @@ import { createInterface } from 'readline';
export default function (grunt) {
grunt.registerTask('scrub', function () {
grunt.registerTask('sterilize', function () {
const cmd = 'git clean -fdx';
const ignores = [