Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #12 from vrtxf/dev
Browse files Browse the repository at this point in the history
Merge dev into master
  • Loading branch information
TED Vortex (Teodor Eugen Dutulescu) committed Jun 27, 2016
2 parents 2bb83e7 + dc25129 commit 48149a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 0 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 48149a8

Please sign in to comment.