From 3ccba85a6a9fb57891b738b87e14067db8515c19 Mon Sep 17 00:00:00 2001 From: taoqiufeng Date: Wed, 14 Jun 2017 17:28:27 +0800 Subject: [PATCH] add types --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 359afc1..9dd200c 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.1.1", "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "dist/index.js", + "types": "dist/index.d.ts", "scripts": { "test": "mocha", "build": "gulp",