From b128806e7e1ffeef0dc87e80659d987ea815206a Mon Sep 17 00:00:00 2001 From: "August (Chris)" Date: Mon, 15 Apr 2019 13:13:17 -0700 Subject: [PATCH] Add typings to files key --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5dc1e7c..563c1a8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "main": "larg.js", "files": [ "larg.js", - "LICENSE" + "LICENSE", + "index.d.ts" ], "bugs": { "url": "https://www.github.com/PassTheWessel/larg/issues" @@ -34,7 +35,7 @@ "lightweight" ], "devDependencies": { - "gulp": "^4.0.0", - "gulp-minify": "^3.1.0" + "gulp": "4.0.0", + "gulp-minify": "3.1.0" } }