Skip to content

Commit

Permalink
build: cleanup package.json, and narrow list of packed files
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jan 2, 2023
1 parent 463e391 commit 1faf7cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"directories": {
"test": "test"
},
"types": "./src/index.d.ts",
"node": ">=14.16",
"browserslist": "last 2 versions, not dead, > 0.2%",
"dependencies": {
Expand Down Expand Up @@ -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"]
}

0 comments on commit 1faf7cd

Please sign in to comment.