Skip to content

Commit

Permalink
Version 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Apr 27, 2024
1 parent 806741b commit b2843dd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meet-the-fans",
"version": "1.0.7",
"version": "1.1.0",
"description": "Network graph of GitHub repositories, followers, stars, and forks.",
"repository": {
"type": "git",
Expand All @@ -9,6 +9,10 @@
"copyright": "(c) 2024 Olivier Giulieri",
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
"license": "MIT",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/evoluteur"
},
"scripts": {
"mini": "uglifyjs js/data.js js/graph.js js/views.js --compress --mangle --warn --output dist/meet-the-fans.min.js"
},
Expand All @@ -18,11 +22,14 @@
"keywords": [
"github",
"visualization",
"repo",
"repository",
"network",
"graph",
"stars",
"forks",
"stargazers",
"stars",
"followers",
"repository",
"fans",
Expand Down

0 comments on commit b2843dd

Please sign in to comment.