Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 499ae24297 | |||
| 820c6ccb74 |
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@pushrocks/smartdelay",
|
||||
"private": false,
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"description": "timeouts for the async/await era, written in TypeScript",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "(tstest test/)",
|
||||
"build": "(tsbuild --web && tsbundle npm)",
|
||||
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartdelay',
|
||||
version: '3.0.0',
|
||||
version: '3.0.1',
|
||||
description: 'timeouts for the async/await era, written in TypeScript'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user