Skip to content

Commit

Permalink
fix(package.json): add description and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
biggyspender committed Mar 17, 2021
1 parent 6f1bbf9 commit 4a3904c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ts-iterable-functions",
"version": "0.0.0-development",
"description": "",
"keywords": [],
"description": "Tree-shakeable, functional, type-safe library for lazy transformation of iterable sequences in TypeScript.",
"keywords": ["javascript", "library", "typescript", "functional", "lazy", "iterator", "unary-functions", "pipes", "iterable", "point-free"],
"sideEffects": false,
"main": "dist/ts-iterable-functions.umd.js",
"module": "dist/ts-iterable-functions.es5.js",
Expand Down

0 comments on commit 4a3904c

Please sign in to comment.