Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 29f0e8b

Browse files
committed
Bump to support import for empty files
Ref #24
1 parent 7990900 commit 29f0e8b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.3 - 2014-08-26
2+
3+
- Support empty files ([#24](https://github.com/putaindecode/cssnext/issues/24))
4+
15
# 0.2.2 - 2014-08-22
26

37
- Add missing `bin` in npm files...

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"postcss-color": "^1.0.0",
3939
"postcss-custom-media": "^1.0.0",
4040
"postcss-custom-properties": "^0.2.0",
41-
"postcss-import": "^1.0.0",
41+
"postcss-import": "^1.0.1",
4242
"read-file-stdin": "0.0.4",
4343
"to-slug-case": "^0.1.2",
4444
"to-space-case": "^0.1.3",

0 commit comments

Comments
 (0)