Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdoughty authored Nov 21, 2019
1 parent ad3e415 commit 5add268
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "td-add",
"version": "3.0.3",
"version": "3.0.4",
"description": "Package to add 2 numbers",
"main": "index.js",
"scripts": {
Expand All @@ -22,5 +22,17 @@
"eslint-plugin-import": "^2.18.2",
"jest": "^24.9.0",
"jsdoc": "^3.6.3"
}
},
{
"engines" : {
"node" : ">=12.13.1"
}
},
"repository": {
"type" : "git",
"url" : "https://github.com/tomdoughty/td-add.git"
},
"keywords": [
"JavaScript", "GitHub Actions"
]
}

0 comments on commit 5add268

Please sign in to comment.