Skip to content

Commit

Permalink
fix(package.json): add keywords and description
Browse files Browse the repository at this point in the history
  • Loading branch information
biggyspender committed Mar 15, 2021
1 parent 5f9ba59 commit 4390ecf
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"name": "ts-functional-pipe",
"version": "0.0.0-development",
"description": "",
"keywords": [],
"description": "Heavily overloaded functions (pipe/compose) for type-safe function composition in TypeScript",
"keywords": [
"typescript",
"javascript",
"pipe",
"type-safe",
"compose",
"function-composition",
"point-free",
"composed-functions"
],
"sideEffects": false,
"main": "dist/ts-functional-pipe.umd.js",
"module": "dist/ts-functional-pipe.es5.js",
Expand Down Expand Up @@ -131,4 +140,4 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
}

0 comments on commit 4390ecf

Please sign in to comment.