Skip to content

Commit

Permalink
fix jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Dec 31, 2015
1 parent 0928c33 commit 19a121e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = require('./../package.json').version;
'use strict';

module.exports = require('./../package.json').version;
1 change: 0 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*jshint expr:true */
'use strict';

var Pouch = require('pouchdb');
Expand Down

0 comments on commit 19a121e

Please sign in to comment.