Skip to content

Commit

Permalink
chore: update NPM metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan7237d committed Feb 6, 2021
1 parent 6b9a5b9 commit 2778fb0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- README for NPM; the one for GitHub is in .github directory. -->

Please refer to the [GitHub README](https://github.com/ivan7237d/antiutils) for the latest version of the docs.
TypeScript/JavaScript utilities for those who don't like utilities. Based on the "only one way to do it" principle, this library provides a utility only when something can't be easily and readably accomplished with vanilla JavaScript. The library provides a pipeline operator ponyfill, functions for working with objects, arrays, maps, sets and iterables, memoization utilities, lenses, and more.

Please refer to the [GitHub README](https://github.com/ivan7237d/antiutils) for full documentation.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,22 @@
"sideEffects": false,
"repository": "https://github.com/ivan7237d/antiutils.git",
"license": "MIT",
"keywords": [],
"keywords": [
"utility",
"utilities",
"utils",
"functional",
"fp",
"typescript",
"pipeline",
"pipe",
"iterable",
"generator",
"optics",
"lens",
"memoize",
"memoization"
],
"scripts": {
"prebuild": "rm -rf build",
"build": "run-p build:*",
Expand Down

0 comments on commit 2778fb0

Please sign in to comment.