Skip to content

Commit

Permalink
update package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed May 16, 2023
1 parent cc9651b commit d1068ab
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
@@ -1,12 +1,12 @@
{
"name": "ftl",
"name": "@spacejunk/ftl",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"keywords": ["spacetraders", "leaky bucket", "axios"],
"author": "jonchurch",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0"
Expand All @@ -23,5 +23,5 @@
"url": "https://github.com/jonchurch/ftl/issues"
},
"homepage": "https://github.com/jonchurch/ftl#readme",
"description": ""
"description": "Rate limiter for outgoing Axios requests, so you don't violate the speed of light!"
}

0 comments on commit d1068ab

Please sign in to comment.