Compare commits

..

No commits in common. "master" and "v0.2.0" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -1,3 +0,0 @@
.gitea
src
tsconfig.json

View File

@ -6,13 +6,7 @@ In-memory caching/memoization utilities
## Install
```bash
# Update project npm config to refer to correct registry for the @js scope
echo '@js:registry=https://gitea.jbrumond.me/api/packages/js/npm/' >> ./.npmrc
npm install --save @js/memo
# optional - additional supporting typescript definitions
npm install --save-dev @js/types
```
## Usage