From 8e029635198934b698adbb860fee428968116b16 Mon Sep 17 00:00:00 2001 From: Kai Volland Date: Fri, 6 Sep 2019 11:06:52 +0200 Subject: [PATCH] Specifies 'files' in package.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index df19d72c8..50a28adee 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,12 @@ "version": "2.0.0", "description": "", "main": "index.d.ts", + "files": [ + "index.d.ts", + "rastersample.ts", + "sample.ts", + "README.md" + ], "scripts": { "lint": "tslint --project tsconfig.json --config tslint.json && tsc --noEmit --project tsconfig.json", "release": "np --no-yarn && git push https://github.com/terrestris/geostyler-style.git master --tags"