Skip to content

Commit

Permalink
ISSUE-9 - added keywords to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaugh42 committed Jun 29, 2016
1 parent 2d3afb1 commit 1ccf167
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"name": "palinode",
"version": "0.0.5",
"description": "node callback-based flow control utility library",
"keywords": ["flow", "control", "callback", "asynchronous", "concurrent", "concurrency"],
"keywords": [
"flow",
"control",
"callback",
"asynchronous",
"concurrent",
"concurrency"
],
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -21,6 +28,7 @@
"istanbul": "0.4.3",
"jscs": "3.0.4",
"mocha": "2.4.5 ",
"mockery": "^1.7.0",
"sinon": "1.17.4"
},
"scripts": {
Expand Down

0 comments on commit 1ccf167

Please sign in to comment.