From 1faf7cd4df265e165c9df0fd28ba6d4ea7ff5e07 Mon Sep 17 00:00:00 2001 From: wa0x6e Date: Mon, 2 Jan 2023 19:28:22 +0400 Subject: [PATCH] build: cleanup package.json, and narrow list of packed files --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4303e43d..a3d00983 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "directories": { "test": "test" }, + "types": "./src/index.d.ts", "node": ">=14.16", "browserslist": "last 2 versions, not dead, > 0.2%", "dependencies": { @@ -84,17 +85,16 @@ "type": "git", "url": "https://github.com/wa0x6e/cal-heatmap.git" }, - "homepage": "https://github.com/wa0x6e/cal-heatmap", + "homepage": "https://cal-heatmap.com", "author": { "name": "Wan Qi Chen", "url": "http://www.kamisama.me" }, "license": "MIT", - "gitHead": "e7bf798c210e0c25df9f6857bdb268001ef67fd1", "bugs": "https://github.com/wa0x6e/cal-heatmap/issues", - "github": "https://github.com/wa0x6e/cal-heatmap", "categories": [ "Data", "Visualization" - ] + ], + "files": ["src", "dist"] }