From 1d5c3d7123f294df6c404f7d929ba9acab31f46d Mon Sep 17 00:00:00 2001 From: Andrew Young Date: Sun, 10 Jan 2021 17:52:04 -0800 Subject: [PATCH] Bump version 1.0.15 --- .npmignore | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.npmignore b/.npmignore index cbaff29..6167b4a 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,9 @@ -documentation - -tests +node_modules .eslintrc.json -.github \ No newline at end of file +.github + +documentation + +tests diff --git a/package.json b/package.json index acccf41..d43b2d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chess-web-api", - "version": "1.0.14", + "version": "1.0.15", "description": "chess.com api wrapper", "main": "src/index.js", "scripts": {