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": {