From 662f7eb5b7c3f1018fbc5582e3c7dc29c0b772fd Mon Sep 17 00:00:00 2001 From: Altay Date: Sun, 4 Jun 2023 16:21:05 +0300 Subject: [PATCH] remove coveralls --- .nvmrc | 2 +- README.md | 2 +- package.json | 8 +++----- yarn.lock | 23 +---------------------- 4 files changed, 6 insertions(+), 29 deletions(-) diff --git a/.nvmrc b/.nvmrc index 8cf0e41..3c79f30 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.12.0 \ No newline at end of file +18.16.0 \ No newline at end of file diff --git a/README.md b/README.md index de1bbf8..f7f1b83 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

putio-js

- JavaScript SDK for interacting with the put.io API v2. + JavaScript SDK for interacting with the put.io API.

diff --git a/package.json b/package.json index 267e9f3..1065343 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "author": "Put.io ", + "author": "put.io ", "bugs": { "url": "https://github.com/putdotio/putio-js/issues" }, @@ -10,7 +10,7 @@ "qs": "^6.10.3", "urijs": "^1.19.7" }, - "description": "JS client for Put.io API", + "description": "JavaScript SDK for interacting with the put.io API.", "devDependencies": { "@putdotio/prettier-config": "^1.0.0", "@types/event-emitter": "^0.3.3", @@ -18,7 +18,6 @@ "@types/qs": "^6.9.7", "@types/urijs": "^1.19.18", "@types/uuid": "^8.3.4", - "coveralls": "^3.1.1", "husky": "^4.2.5", "tsdx": "^0.14.1", "tslib": "^2.3.1", @@ -40,7 +39,7 @@ "keywords": [ "putio", "put.io", - "API client" + "sdk" ], "license": "MIT", "main": "dist/index.js", @@ -60,7 +59,6 @@ }, "scripts": { "build": "tsdx build", - "coveralls": "tsdx test --coverage && cat ./coverage/lcov.info | coveralls", "lint": "tsdx lint", "prepare": "tsdx build", "start": "tsdx watch", diff --git a/yarn.lock b/yarn.lock index 649447b..47ebddc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2322,17 +2322,6 @@ cosmiconfig@^7.0.0: path-type "^4.0.0" yaml "^1.10.0" -coveralls@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.1.1.tgz#f5d4431d8b5ae69c5079c8f8ca00d64ac77cf081" - integrity sha512-+dxnG2NHncSD1NrqbSM3dn/lE57O6Qf/koe9+I7c+wzkqRmEvcp0kgJdxKInzYzkICKkFMZsX3Vct3++tsF9ww== - dependencies: - js-yaml "^3.13.1" - lcov-parse "^1.0.0" - log-driver "^1.2.7" - minimist "^1.2.5" - request "^2.88.2" - cross-spawn@^6.0.0, cross-spawn@^6.0.5: version "6.0.5" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" @@ -4437,11 +4426,6 @@ language-tags@^1.0.5: dependencies: language-subtag-registry "~0.3.2" -lcov-parse@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-1.0.0.tgz#eb0d46b54111ebc561acb4c408ef9363bdc8f7e0" - integrity sha1-6w1GtUER68VhrLTECO+TY73I9+A= - leven@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" @@ -4524,11 +4508,6 @@ lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19: resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== -log-driver@^1.2.7: - version "1.2.7" - resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8" - integrity sha512-U7KCmLdqsGHBLeWqYlFA0V0Sl6P08EE1ZrmA9cxjUE0WVqT9qnyVDPz1kzpFEP0jdJuFnasWIfSd7fsaNXkpbg== - log-symbols@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4" @@ -5463,7 +5442,7 @@ request-promise-native@^1.0.7: stealthy-require "^1.1.1" tough-cookie "^2.3.3" -request@^2.88.0, request@^2.88.2: +request@^2.88.0: version "2.88.2" resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==