Skip to content

Commit

Permalink
fix linting wrong filename #610
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jul 8, 2021
1 parent 7f1a48b commit 416b1f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ eslint:
$(ESLINT) js/pipe.js
$(ESLINT) js/autocomplete_menu.js
$(ESLINT) js/echo_newline.js
$(ESLINT) js/form.js
$(ESLINT) js/forms.js

skipped_tests:
@! grep -E $(skip_re) __tests__/terminal.spec.js
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

[![npm](https://img.shields.io/badge/npm-DEV-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
![bower](https://img.shields.io/badge/bower-DEV-yellow.svg)
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=devel&7f48cf131d83d9d3c8f43c9bc143617904149f4e)](https://travis-ci.org/jcubic/jquery.terminal)
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=devel&7f1a48bf5057192ab6d8a6276bde3d2b90f540d7)](https://travis-ci.org/jcubic/jquery.terminal)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&729bf3f8836eb2ffb6d7b6c8956debc8)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel)
![downloads](https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat)
[![](https://data.jsdelivr.com/v1/package/npm/jquery.terminal/badge?style=rounded)](https://www.jsdelivr.com/package/npm/jquery.terminal)
Expand Down
2 changes: 1 addition & 1 deletion templates/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ eslint:
$(ESLINT) js/pipe.js
$(ESLINT) js/autocomplete_menu.js
$(ESLINT) js/echo_newline.js
$(ESLINT) js/form.js
$(ESLINT) js/forms.js

skipped_tests:
@! grep -E $(skip_re) __tests__/terminal.spec.js
Expand Down

0 comments on commit 416b1f6

Please sign in to comment.