Skip to content

Commit 0e578df

Browse files
committed
Rename .browserify.js to .common.js
Browserify is not the only CommonJS implementation, so this is a better name for this file Refs glittershark#46
1 parent f3acc5f commit 0e578df

File tree

3 files changed

+781
-3
lines changed

3 files changed

+781
-3
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = function(grunt) {
1313
react: {
1414
compile: {
1515
files: {
16-
'build/reactable.browserify.js': 'src/reactable.jsx',
16+
'build/reactable.common.js': 'src/reactable.jsx',
1717
'build/tests/reactable_test.js': 'tests/reactable_test.jsx'
1818
}
1919
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Or, you can just download the raw file
2828

2929
That file exposes a global object `Reactable`. If you'd rather use browserify or
3030
another CommonJS implementation to `require()` it, there's a file
31-
`build/reactable.browserify.js` in the repo or
32-
[here](https://github.com/glittershark/reactable/raw/master/build/reactable.browserify.js)
31+
`build/reactable.common.js` in the repo or
32+
[here](https://github.com/glittershark/reactable/raw/master/build/reactable.common.js)
3333
if you'd like to download it directly.
3434

3535
Keep in mind that we depend on the latest version of React (0.11), **with

0 commit comments

Comments
 (0)