This commit is contained in:
Philipp Kunz 2017-10-09 11:42:22 +02:00
parent 62a5975fb3
commit deb8f2004d
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "smartdelay", "name": "smartdelay",
"version": "1.0.3", "version": "1.0.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {

View File

@ -1,6 +1,6 @@
{ {
"name": "smartdelay", "name": "smartdelay",
"version": "1.0.3", "version": "1.0.4",
"description": "timeouts for the async/await era, written in TypeScript", "description": "timeouts for the async/await era, written in TypeScript",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",