Skip to content

Commit

Permalink
Add respository link to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
cmseaton42 committed Jan 13, 2020
1 parent e12620f commit b960a6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "task-easy",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple, customizable, and lightweight priority queue for promise based tasks.",
"main": "./src/index.js",
"types": "./src/index.d.ts",
Expand All @@ -26,6 +26,10 @@
"promise",
"Async"
],
"repository": {
"type": "git",
"url": "https://github.com/cmseaton42/task-easy"
},
"author": "Canaan Seaton",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit b960a6f

Please sign in to comment.