From 8e798af4fcf5e1c20cb18ce75267496e7f7fb5b6 Mon Sep 17 00:00:00 2001 From: Satwik Date: Fri, 20 Dec 2019 01:20:48 +0530 Subject: [PATCH] Ignore IDE files and Bump npm version --- .npmignore | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 42ef728..5b48b06 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,5 @@ +.idea/ + irrelevant/ wtfpython-pypi/build/ wtfpython-pypi/dist/ diff --git a/package.json b/package.json index 68472df..bdfa76f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wtfpython", - "version": "2.2.0", + "version": "2.2.1", "description": "A collection of surprising Python snippets and lesser known features. [ARCHIVED]", "bin": "wtfpython", "scripts": {