Skip to content

Commit b9cd2f0

Browse files
committed
Merge branch 'reorg'
2 parents a219794 + 2435b66 commit b9cd2f0

File tree

89 files changed

+3
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+3
-4
lines changed

grunt/tasks/version-check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var reactVersionExp = /\bReact\.version\s*=\s*['"]([^'"]+)['"];/;
1010

1111
module.exports = function() {
1212
var reactVersion = reactVersionExp.exec(
13-
grunt.file.read('./src/core/React.js')
13+
grunt.file.read('./src/browser/React.js')
1414
)[1];
1515
var npmReactVersion = grunt.file.readJSON('./npm-react/package.json').version;
1616
var reactToolsVersion = grunt.config.data.pkg.version;
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)