Skip to content

Commit

Permalink
some repo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rootslab committed Nov 9, 2017
1 parent 206f61d commit 7d33c26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 74 deletions.
70 changes: 0 additions & 70 deletions .jshintrc

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,6 +18,6 @@ before_script:
- npm install -g codeclimate-test-reporter
script: istanbul cover -v test/run.js
after_script:
- codeclimate < coverage/lcov.info
- codeclimate-test-reporter < coverage/lcov.info
env:
- CODECLIMATE_REPO_TOKEN=2ec835187f41b7f818cfa674baaf0048908beabca4d576692844b1d6739e3258
1 change: 0 additions & 1 deletion Readme.md
Expand Up @@ -2,7 +2,6 @@

[![NPM VERSION](http://img.shields.io/npm/v/bop.svg?style=flat)](https://www.npmjs.org/package/bop)
[![CODACY BADGE](https://img.shields.io/codacy/b18ed7d95b0a4707a0ff7b88b30d3def.svg?style=flat)](https://www.codacy.com/public/44gatti/bop)
[![CODECLIMATE](http://img.shields.io/codeclimate/github/rootslab/bop.svg?style=flat)](https://codeclimate.com/github/rootslab/bop)
[![CODECLIMATE-TEST-COVERAGE](https://img.shields.io/codeclimate/coverage/github/rootslab/bop.svg?style=flat)](https://codeclimate.com/github/rootslab/bop)
[![LICENSE](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/rootslab/bop#mit-license)

Expand Down
5 changes: 3 additions & 2 deletions lib/bop.js
Expand Up @@ -10,7 +10,6 @@

// require( 'buffer' ).INSPECT_MAX_BYTES = -1;

exports.version = require( '../package' ).version;
exports.Bop = ( function () {
var isArray = Array.isArray
, isBuffer = Buffer.isBuffer
Expand Down Expand Up @@ -128,4 +127,6 @@ exports.Bop = ( function () {

return Bop;

} )();
} )();

exports.Bop.version = require( '../package' ).version;

0 comments on commit 7d33c26

Please sign in to comment.