Skip to content

Commit

Permalink
Normalize line endings webpack#31
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Nov 5, 2012
1 parent 5530203 commit 3d4b799
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* text=auto
bin/* eol=lf
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- 0.6
language: node_js
node_js:
- 0.6
- 0.8
4 changes: 2 additions & 2 deletions examples/loader/test.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"foobar": 1234
{
"foobar": 1234
}
8 changes: 4 additions & 4 deletions test/browsertest/resources/script.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
condition = true
obj =
text: "coffee test"

condition = true
obj =
text: "coffee test"

module.exports = obj.text if condition?

0 comments on commit 3d4b799

Please sign in to comment.