diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..922ac47 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +__test__/ +.github/ \ No newline at end of file diff --git a/package.json b/package.json index 45c32a3..eef9644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "showtimeago", - "version": "3.3.4", + "version": "3.3.5", "description": "Show Time Ago is a utility that allows you to see how long ago a date was.", "main": "index.js", "scripts": {