⬆️ use node 20

This commit is contained in:
platane
2023-09-23 20:08:20 +02:00
committed by Platane
parent 743771147d
commit 4e5805f8af
10 changed files with 21 additions and 60 deletions

View File

@@ -10,6 +10,7 @@
"@snk/types": "1.0.0"
},
"devDependencies": {
"dotenv": "16.3.1",
"@types/dat.gui": "0.7.10",
"dat.gui": "0.7.9",
"html-webpack-plugin": "5.5.3",

View File

@@ -1,5 +1,3 @@
import fetch from "node-fetch";
/**
* get the contribution grid from a github user page
*

View File

@@ -1,11 +1,7 @@
{
"name": "@snk/github-user-contribution",
"version": "1.0.0",
"dependencies": {
"node-fetch": "2.7.0"
},
"devDependencies": {
"@types/node-fetch": "2.6.5",
"dotenv": "16.3.1"
}
}