diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..96c0ecc --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +docs/ \ No newline at end of file diff --git a/package.json b/package.json index 6ac1382..5182771 100644 --- a/package.json +++ b/package.json @@ -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": {