Ignore IDE files and Bump npm version

This commit is contained in:
Satwik 2019-12-20 01:20:48 +05:30
parent 176bcc8a25
commit 8e798af4fc
2 changed files with 3 additions and 1 deletions

2
.npmignore vendored
View File

@ -1,3 +1,5 @@
.idea/
irrelevant/
wtfpython-pypi/build/
wtfpython-pypi/dist/

2
package.json vendored
View File

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