Comparing version 0.13.2 to 0.13.3
@@ -0,1 +1,5 @@ | ||
### 0.13.3 | ||
- Use `config.read` when running on Node | ||
### 0.13.2 | ||
@@ -2,0 +6,0 @@ |
@@ -85,3 +85,3 @@ | ||
return function (location, module) { | ||
return Require.read(location) | ||
return config.read(location) | ||
.then(function (text) { | ||
@@ -88,0 +88,0 @@ module.type = "javascript"; |
{ | ||
"name": "mr", | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"description": "A refresh-only CommonJS module system for browsers, used in Montage", | ||
@@ -15,3 +15,4 @@ "keywords": [ | ||
"scripts": { | ||
"test": "node spec/phantom.js && jshint ." | ||
"test": "jasmine-node spec/node-spec.js && node spec/phantom.js && jshint .", | ||
"integration": "mop-integration" | ||
}, | ||
@@ -36,3 +37,5 @@ "bin": { | ||
"q-io": "~1.6.4", | ||
"jshint": "~2.1.4" | ||
"jshint": "~2.1.4", | ||
"jasmine-node": "~1.10.2", | ||
"mop-integration": "git://github.com/montagejs/mop-integration.git#master" | ||
}, | ||
@@ -39,0 +42,0 @@ "exclude": [ |
Sorry, the diff of this file is not supported yet
124687
8