diff --git a/.npmignore b/.npmignore index 72b24a0..6490adc 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,11 @@ .gitignore .git/ +.github/ +.eslintrc.js +husky/ +src/ node_modules/ npm-debug.log examples/ +rollup.config.mjs +banner.jpg \ No newline at end of file diff --git a/README.md b/README.md index aa7b5bd..f00a478 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![WW Timer](./banner.jpg) +![WW Timer](https://github.com/univdev/ww-timer/raw/master/banner.jpg) # WW Timer WW Timer is a highly accurate timer library for web browsers. diff --git a/package.json b/package.json index 293e288..edcd897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ww-timer", - "version": "1.0.1", + "version": "1.0.2", "keywords": [ "web worker", "timer",