From 6e476ed9296d41974329224df922bddcd6d5573a Mon Sep 17 00:00:00 2001 From: Eyald hisco Date: Sun, 20 May 2018 21:24:01 +0300 Subject: [PATCH] Fixed wrong config with coveralls --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1ff711..6b42682 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ install: - npm install script: - "npm run test" -after_script: "npm install coveralls@3.0.1 && npm install test-ci && cat ./coverage/lcov.info | coveralls" \ No newline at end of file +after_script: "npm install coveralls@3.0.1 && npm run test-ci && cat ./coverage/lcov.info | coveralls" \ No newline at end of file diff --git a/package.json b/package.json index 51f20a7..b469a5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rolling-windows", - "version": "1.0.2", + "version": "1.0.3", "description": "Full featured fast rolling windows and time based rolling windows", "main": "src/index.js", "types": "src/index.d.ts",