Skip to content

Commit

Permalink
Added repository to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ktaeyln committed Mar 23, 2018
1 parent 0b7f3da commit de31417
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lru-weak-cache",
"version": "0.2.1",
"version": "0.2.2",
"description": "A caching Map<string, V extends object> that deletes the least-recently-used items with weak references and async generation. Inspired by [lru-cache](https://www.npmjs.com/package/lru-cache).",
"main": "index.js",
"scripts": {
Expand All @@ -12,6 +12,7 @@
"contributors": [
"Katelyn Slater <ktaeyln@gmail.com>"
],
"repository": "github:NexusTools/node-lru-weak-cache",
"typings": "./index.d.ts",
"license": "Apache-2.0",
"devDependencies": {
Expand Down

0 comments on commit de31417

Please sign in to comment.