Skip to content

Commit

Permalink
config package for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jlegay committed Jul 27, 2022
1 parent 87b4f59 commit d02a4c8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sleek-networking",
"name": "@fidme/sleek-networking",
"version": "0.6.0",
"description": "A simple package to handle networking, cache, offline ?, etc",
"main": "index.js",
Expand Down Expand Up @@ -30,5 +30,13 @@
"base-64": "^1.0.0",
"jsrsasign": "^8.0.12",
"node-fetch": "^2.3.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/FidMe/sleek-networking.git"
},
"bugs": {
"url": "https://github.com/FidMe/sleek-networking/issues"
},
"homepage": "https://github.com/FidMe/sleek-networking#readme"
}

0 comments on commit d02a4c8

Please sign in to comment.