Skip to content

Commit

Permalink
Minor build chores for whitespace and lockfile (#366)
Browse files Browse the repository at this point in the history
* chore: convert spaces to tabs in Gruntfile

Align the file with the EditorConfig setting

* chore: ignore package-lock.json

This file is produced by NPM 5, but this repo didn't use the old
shrinkwrap version so this should be excluded
  • Loading branch information
nschonni authored and WilcoFiers committed Jul 6, 2017
1 parent 5fe9c33 commit 0039977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ axe.*.js
*.tgz
npm-shrinkwrap.json
typings/axe-core/axe-core-tests.js
doc/rule-descriptions.*.md
doc/rule-descriptions.*.md
package-lock.json
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ module.exports = function (grunt) {
]
}
},
retire: {
retire: {
options: {
/** list of files to ignore **/
ignorefile: '.retireignore.json' //or '.retireignore.json'
},
js: ['lib/*.js'], /** Which js-files to scan. **/
node: ['./'] /** Which node directories to scan (containing package.json). **/
},
},
clean: ['dist', 'tmp', 'axe.js', 'axe.*.js'],
babel: {
options: {
Expand Down

0 comments on commit 0039977

Please sign in to comment.