Skip to content

Commit

Permalink
Populate package.json for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Bisenius committed Feb 13, 2022
1 parent 7c3a8ed commit fbcd696
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "singlelink",
"private": true,
"private": false,
"version": "4.0.0",
"homepage": "https://singlelink.co",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down Expand Up @@ -43,11 +45,17 @@
"tailwindcss": "^3.0.21",
"typescript": "4.5.5"
},
"bugs": {
"url": "https://github.com/Neutron-Creative/Singlelink/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Neutron-Creative/Singlelink.git"
},
"bugs": {
"url": "https://github.com/Neutron-Creative/Singlelink/issues"
"author": {
"name": "Jim Bisenius",
"email": "[email protected]",
"url": "https://twitter.com/jim_bisenius"
}
}

0 comments on commit fbcd696

Please sign in to comment.