Skip to content

Commit

Permalink
Merge pull request #227 from alundiak/bump-0-1-10
Browse files Browse the repository at this point in the history
Released v0.1.10 (csso-related fix)
  • Loading branch information
alundiak committed Feb 19, 2017
2 parents 07e4c0d + a5515d7 commit c421807
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
@@ -1,5 +1,5 @@
[*]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
#trim_trailing_whitespace = true
insert_final_newline = true
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "require-css",
"version": "0.1.9",
"version": "0.1.10",
"ignore": ["example", "test", ".gitignore"],
"main": ["css.js"]
}
2 changes: 1 addition & 1 deletion css.js
@@ -1,6 +1,6 @@
/*
* Require-CSS RequireJS css! loader plugin
* 0.1.9
* 0.1.10
* Guy Bedford 2014
* MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "require-css",
"version": "0.1.9",
"version": "0.1.10",
"volo": {
"type": "directory"
},
Expand Down

0 comments on commit c421807

Please sign in to comment.