Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "poll", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"license": "MIT", | ||
@@ -37,6 +37,6 @@ "description": "A simple poll function based on async, await, and an infinite loop", | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^8.2.0", | ||
"@types/jest": "^26.0.21", | ||
"@rollup/plugin-typescript": "^8.2.1", | ||
"@types/jest": "^26.0.22", | ||
"jest": "^26.6.3", | ||
"rollup": "^2.42.1", | ||
"rollup": "^2.43.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
@@ -43,0 +43,0 @@ "ts-jest": "^26.5.4", |
@@ -26,3 +26,3 @@ # poll | ||
Download the ES module file … | ||
Download the UMD bundle file … | ||
@@ -33,6 +33,6 @@ ```sh | ||
… and import it like this: | ||
… and use it like this: | ||
```js | ||
import poll from 'poll.js' | ||
const poll = window.poll.default | ||
@@ -39,0 +39,0 @@ function fn() { |
6508