Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 9, 2011
1 parent 88f21b1 commit 23b2079
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions package.json
@@ -1,15 +1,13 @@
{ "name" : "lru-cache"
, "description" : "A cache object that deletes the least-recently-used items."
, "version" : "1.0.4"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "scripts" : { "test" : "./node_modules/.bin/tap test" }
, "main" : "lib/lru-cache"
, "repository" : "git://github.com/isaacs/node-lru-cache.git"
, "devDependencies" :
{ "tap" : "0.1" }
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE"
}
]
{ "name": "lru-cache"
, "description": "A cache object that deletes the least-recently-used items."
, "version": "1.0.5"
, "author": "Isaac Z. Schlueter <i@izs.me>"
, "scripts": { "test": "tap test" }
, "main": "lib/lru-cache.js"
, "repository": "git://github.com/isaacs/node-lru-cache.git"
, "devDependencies": { "tap": "0.1" }
, "license":
{ "type": "MIT"
, "url": "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE"
}
}

0 comments on commit 23b2079

Please sign in to comment.