Skip to content

Commit a5515d7

Browse files
committed
Released v0.1.10 (csso-related fix)
1 parent 1778912 commit a5515d7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[*]
22
indent_style = space
33
indent_size = 2
4-
trim_trailing_whitespace = true
4+
#trim_trailing_whitespace = true
55
insert_final_newline = true

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "require-css",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"ignore": ["example", "test", ".gitignore"],
55
"main": ["css.js"]
66
}

css.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Require-CSS RequireJS css! loader plugin
3-
* 0.1.9
3+
* 0.1.10
44
* Guy Bedford 2014
55
* MIT
66
*/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "require-css",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"volo": {
55
"type": "directory"
66
},

0 commit comments

Comments
 (0)