diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..005a0aa --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +readmeFiles/ \ No newline at end of file diff --git a/package.json b/package.json index 0827862..d5b76c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hoverer", - "version": "1.3.0", + "version": "1.3.1", "description": "make text appear on hover", "main": "hoverer.js", "scripts": {},