diff options
| author | Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> | 2020-10-03 16:50:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-03 16:50:43 +0200 |
| commit | 2af50bd62c2e26975a46b499c1c687be42be80a1 (patch) | |
| tree | 184584c3294335e3b1039a76e1b25eaa6b05603b /package.json | |
| parent | 7240272e98e615c5424856d00f4ab8a70e4cc821 (diff) | |
| download | doxdocgen-2af50bd62c2e26975a46b499c1c687be42be80a1.tar.gz | |
Fix default value in tparams (#172)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index bf7ecd3..ec2301a 100644 --- a/package.json +++ b/package.json @@ -254,7 +254,7 @@ }, "devDependencies": { "@types/mocha": "^5.2.7", - "@types/node": "^12.7.1", + "@types/node": "12.7.1", "decache": "^4.5.1", "handlebars": "^4.7.3", "istanbul": "^0.4.5", |