From f7b126adc408ce5793c8903418b0404f2b9ee540 Mon Sep 17 00:00:00 2001 From: Nils Kuhnhenn Date: Wed, 8 Jan 2020 14:13:47 +0100 Subject: [PATCH] Fix types in package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 30e184b6..a874c39d 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,12 @@ "url": "https://github.com/axosoft/node-simple-file-watcher/issues" }, "files": [ - "typings.d.ts", + "index.d.ts", "lib", "src", "includes", "binding.gyp" ], - "types": "typings.d.ts", "homepage": "https://github.com/axosoft/node-simple-file-watcher", "dependencies": { "fs-extra": "^7.0.0",