[Pkg-javascript-commits] [pdf.js] 120/139: Update linting on Travis to cover *.jsm files (PR 5406 followup)

David Prévot taffit at moszumanska.debian.org
Fri Jan 9 21:18:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 8a7499b1908ab02ccc559a8ae75bdc6602f9a82f
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date:   Tue Dec 23 13:07:35 2014 +0100

    Update linting on Travis to cover *.jsm files (PR 5406 followup)
    
    Trivial followup to PR 5406.
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index cc5fba8..8732fe5 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
     "yargs": "~1.2.1"
   },
   "scripts": {
-    "test": "node ./node_modules/.bin/jshint ."
+    "test": "node ./node_modules/.bin/jshint --extra-ext .jsm ."
   },
   "repository": {
     "type": "git",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list