diff --git a/README.md b/README.md index 17cf51e..c841239 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# op [![npm version](https://badge.fury.io/js/overwatch-profiler.svg)](https://badge.fury.io/js/overwatch-profiler?style=flat) [![Dependency Status](https://david-dm.org/vrtxf/overwatch-profiler.svg)](https://david-dm.org/dwyl/esta) [![devDependency Status](https://david-dm.org/vrtxf/overwatch-profiler/dev-status.svg)](https://david-dm.org/dwyl/esta#info=devDependencies) ![](https://reposs.herokuapp.com/?path=vrtxf/overwatch-profiler&style=flat&color=lightgray) [![Build Status](http://img.shields.io/travis/vrtxf/overwatch-profiler.svg?style=flat-square)](https://travis-ci.org/vrtxf/overwatch-profiler) [![Code Climate](http://img.shields.io/codeclimate/github/vrtxf/overwatch-profiler.svg?style=flat-square)](https://codeclimate.com/github/vrtxf/overwatch-profiler) [![Coverage Status](https://coveralls.io/repos/github/vrtxf/overwatch-profiler/badge.svg?branch=master)](https://coveralls.io/github/vrtxf/overwatch-profiler?branch=master) +# op [![npm version](https://badge.fury.io/js/overwatch-profiler.svg)](https://badge.fury.io/js/overwatch-profiler?style=flat) [![Dependency Status](https://david-dm.org/vrtxf/overwatch-profiler.svg)](https://david-dm.org/vrtxf/overwatch-profiler) [![devDependency Status](https://david-dm.org/vrtxf/overwatch-profiler/dev-status.svg)](https://david-dm.org/vrtxf/overwatch-profiler#info=devDependencies) ![](https://reposs.herokuapp.com/?path=vrtxf/overwatch-profiler&style=flat&color=lightgray) [![Build Status](http://img.shields.io/travis/vrtxf/overwatch-profiler.svg?style=flat-square)](https://travis-ci.org/vrtxf/overwatch-profiler) [![Code Climate](http://img.shields.io/codeclimate/github/vrtxf/overwatch-profiler.svg?style=flat-square)](https://codeclimate.com/github/vrtxf/overwatch-profiler) [![Coverage Status](https://coveralls.io/repos/github/vrtxf/overwatch-profiler/badge.svg?branch=master)](https://coveralls.io/github/vrtxf/overwatch-profiler?branch=master) [![License](http://img.shields.io/:license-BSD2-blue.svg?style=flat-square)](https://opensource.org/licenses/BSD-2-Clause) [![GitHub issues](https://img.shields.io/github/issues/vrtxf/overwatch-profiler.svg)](https://github.com/vrtxf/overwatch-profiler/issues) [![Join the chat at https://gitter.im/vrtxf/overwatch-profiler](https://badges.gitter.im/vrtxf/overwatch-profiler.svg)](https://gitter.im/vrtxf/overwatch-profiler?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![<3 DVA](https://img.shields.io/badge/%E2%9D%A4-DVA-ff69b4.svg)](https://gitter.im/vrtxf/overwatch-profiler) diff --git a/gulpfile.js b/gulpfile.js index b756d67..6c43e43 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -67,9 +67,6 @@ gulp.task('codeclimate', ['test'], function () { })); }); -console.log(process.env.TRAVIS_NODE_VERSION); -console.log(process.env.COVERAGE_REPORT); - gulp.task('stats', ['coveralls', 'codeclimate']); gulp.task('prepublish', ['nsp']); gulp.task('default', ['prepublish', 'lint', 'test']); diff --git a/package.json b/package.json index 74b9774..524b2d7 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "overwatch-profiler", - "version": "0.3.14", + "version": "0.3.15", "description": "Overwatch battle.net profile parser gets public information for a given battle tag", "main": "", "bin": { "op": "cli/op.js" }, "engines": { - "node": ">=0.10.0" + "node": ">=0.12.0" }, "scripts": { "test": "gulp",