add implementation

This commit is contained in:
2017-01-16 14:54:08 +01:00
parent 48efa9186c
commit df2fd32f9f
9 changed files with 119 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "timeouts for the async/await era, written in TypeScript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
@@ -15,5 +16,13 @@
"bugs": {
"url": "https://gitlab.com/pushrocks/smartdelay/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartdelay#README"
"homepage": "https://gitlab.com/pushrocks/smartdelay#README",
"dependencies": {
"typings-global": "^1.0.14"
},
"devDependencies": {
"@types/should": "^8.1.30",
"should": "^11.1.2",
"typings-test": "^1.0.3"
}
}