This commit is contained in:
Philipp Kunz 2023-07-10 23:13:12 +02:00
parent ddd6e45662
commit aee7e17035

View File

@ -1,7 +1,7 @@
{ {
"name": "@push.rocks/smartdelay", "name": "@push.rocks/smartdelay",
"private": false, "private": false,
"version": "3.0.1", "version": "3.0.2",
"description": "timeouts for the async/await era, written in TypeScript", "description": "timeouts for the async/await era, written in TypeScript",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
@ -47,4 +47,4 @@
"last 1 chrome versions" "last 1 chrome versions"
], ],
"type": "module" "type": "module"
} }