1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: fix Typescript declaration
Author: Yadd <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/1033350
Forwarded: no
Last-Update: 2023-03-23
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"version": "13.2.3",
"author": "TJ Holowaychuk <tj@vision-media.ca>, Denis Bardadym <bardadymchik@gmail.com>",
"typings": "./should.d.ts",
+ "types": "./should.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/shouldjs/should.js.git"
|