Skip to content

Commit

Permalink
* add Gemnasium
Browse files Browse the repository at this point in the history
  • Loading branch information
Meettya committed Mar 19, 2013
1 parent fa4e3a2 commit 870a6a4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,3 +1,8 @@
## 0.2.3 / 2013-03-19 05:10 PM

- Add Gemnasium bage
- Fix dependencies

## 0.2.1 / 2013-03-17 09:50 PM

- Fix package.json
Expand Down
2 changes: 2 additions & 0 deletions README.md
@@ -1,4 +1,6 @@
[![Build Status](https://secure.travis-ci.org/Meettya/async-resolve.png)](http://travis-ci.org/Meettya/async-resolve)
[![Dependency Status](https://gemnasium.com/Meettya/async-resolve.png)](https://gemnasium.com/Meettya/async-resolve)



# async-resolve
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "async-resolve",
"version": "0.2.1",
"version": "0.2.3",
"description": "An asynchronous and configurable implementation of require.resolve(), like node-resolve or enhanced-resolve.",
"main": "index.js",
"repository": {
Expand All @@ -20,9 +20,9 @@
"mocha": "*",
"chai": "*",
"coffee-script": "*",
"enhanced-resolve": "~0.5.3",
"localizer": "~0.2.2",
"resolve": "~0.2.3",
"enhanced-resolve": "*",
"localizer": "*",
"resolve": "*",
"async": "~0.2.5"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/resolver.coffee
Expand Up @@ -169,6 +169,7 @@ class Resolver
This method buld cached function
###
_buildCachedFunction : (function_name) ->
# yap, magic here
max = if function_name is 'fs.readFile' then 100 else 1000
maxAge = 1000 * 5
load = switch function_name
Expand Down

0 comments on commit 870a6a4

Please sign in to comment.