Skip to content

Commit

Permalink
remove jscoverage, bump to 1.0.3; references #112
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Kozjak <kozjakm1@gmail.com>
  • Loading branch information
mkozjak committed Jun 15, 2019
1 parent eecd60d commit 1c3fd27
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 159 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/mkozjak/node-telnet-client/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/mkozjak/node-telnet-client.svg?branch=master)](https://travis-ci.org/mkozjak/node-telnet-client)
[![Coverage Status](https://coveralls.io/repos/mkozjak/node-telnet-client/badge.svg?branch=master)](https://coveralls.io/r/mkozjak/node-telnet-client?branch=master)
[![npm](https://img.shields.io/npm/dm/telnet-client.svg?maxAge=2592000)](https://www.npmjs.com/package/telnet-client)
[![Donate Bitcoin/Altcoins](https://img.shields.io/badge/donate-coins-blue.svg)](https://mario.kozjak.io/donate)
[![NPM](https://nodei.co/npm/telnet-client.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/telnet-client/)
Expand Down
157 changes: 1 addition & 156 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Mario Kozjak",
"email": "kozjakm1@gmail.com"
},
"version": "1.0.2",
"version": "1.0.3",
"main": "./lib/index.js",
"engine": "node >= 6.9.1",
"license": "MIT",
Expand All @@ -15,7 +15,6 @@
"devDependencies": {
"coveralls": "^3.0.3",
"extend": "^3.0.2",
"jscoverage": "^0.6.x",
"nodeunit": "^0.11.3",
"telnet": "0.0.1"
},
Expand Down

0 comments on commit 1c3fd27

Please sign in to comment.