mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 04:18:00 +02:00
Ignore IDE files and Bump npm version
This commit is contained in:
parent
176bcc8a25
commit
8e798af4fc
2 changed files with 3 additions and 1 deletions
2
.npmignore
vendored
2
.npmignore
vendored
|
@ -1,3 +1,5 @@
|
|||
.idea/
|
||||
|
||||
irrelevant/
|
||||
wtfpython-pypi/build/
|
||||
wtfpython-pypi/dist/
|
||||
|
|
2
package.json
vendored
2
package.json
vendored
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue