fix: ignored docs folder whoops

This commit is contained in:
2022-10-13 17:27:51 +02:00
parent 97c4e8a2a6
commit 1ee7a24158
2 changed files with 2 additions and 1 deletions

1
.npmignore Normal file
View File

@@ -0,0 +1 @@
docs/

View File

@@ -1,6 +1,6 @@
{
"name": "rockpaperscissors-checker",
"version": "1.0.0",
"version": "1.0.1",
"description": "check for ties and wins on rockpaperscissors",
"main": "index.js",
"scripts": {