Skip to content

Commit

Permalink
update mappings for regex updates, beta 10
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Oct 20, 2014
1 parent e9b9d38 commit 9e90940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ exports.compileDir = function(dir, options) {

// CommonJS
else if (format == 'cjs') {
source = source.replace(cjsRequireRegEx, function(statement, str, singleString, doubleString) {
source = source.replace(cjsRequireRegEx, function(statement, singleString, doubleString) {
var name = singleString || doubleString;
var mapped = applyMap(name, map, relFile, options.removeJSExtensions);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jspm",
"description": "",
"version": "0.8.0-beta.9",
"version": "0.8.0-beta.10",
"main": "./api.js",
"author": "",
"dependencies": {
Expand Down

0 comments on commit 9e90940

Please sign in to comment.