diff --git a/.editorconfig b/.editorconfig index 0009889..343a63a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ [*] indent_style = space indent_size = 2 -trim_trailing_whitespace = true +#trim_trailing_whitespace = true insert_final_newline = true diff --git a/bower.json b/bower.json index 070c218..5ca0526 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "require-css", - "version": "0.1.9", + "version": "0.1.10", "ignore": ["example", "test", ".gitignore"], "main": ["css.js"] } diff --git a/css.js b/css.js index 8b6a665..43d0bee 100644 --- a/css.js +++ b/css.js @@ -1,6 +1,6 @@ /* * Require-CSS RequireJS css! loader plugin - * 0.1.9 + * 0.1.10 * Guy Bedford 2014 * MIT */ diff --git a/package.json b/package.json index 52c2d6a..bc8ccf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "require-css", - "version": "0.1.9", + "version": "0.1.10", "volo": { "type": "directory" },