From 1ebf92db3048fe25b41d16ca9056a802f7860ff6 Mon Sep 17 00:00:00 2001 From: Martin Hunt Date: Mon, 20 Apr 2015 21:55:16 -0700 Subject: [PATCH] v2.1.0 Allows for arbitrary prefixes in jsio.path.cache, e.g.: jsio.path.cache['foo.bar'] = 'a/b'; This would resolve `import foo.bar.baz` to `a/b/baz`. Previously, no dots were allowed in the cache. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7652b2..b569f00 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Game Closure", "name": "jsio", "description": "js.io module and class system", - "version": "2.0.4", + "version": "2.1.0", "homepage": "http://www.github.com/gameclosure/js.io", "repository": { "type": "git",