We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bad988 commit be57c93Copy full SHA for be57c93
History.md
@@ -1,4 +1,9 @@
1
2
+2.4.0 / 2016-01-15
3
+==================
4
+
5
+ * add support for source maps
6
7
2.3.3 / 2015-12-28
8
==================
9
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-cli",
- "version": "2.3.3",
+ "version": "2.4.0",
"description": "CLI for postcss",
"main": "index.js",
"bin": {
@@ -33,4 +33,4 @@
33
"postcss-import": "^7.1.0",
34
"postcss-url": "^4.0.0"
35
}
36
-}
+}
0 commit comments