We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d162d06 commit c69a3ffCopy full SHA for c69a3ff
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.0.1 (December 26, 2018)
2
+
3
+- Fixed source map paths when perform on Windows platform (path should be in unix format)
4
5
## 2.0.0 (December 11, 2018)
6
7
- Use relative paths to files in generated source map (#7)
package.json
@@ -1,6 +1,6 @@
{
"name": "csso-cli",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Command line interface for CSSO",
"keywords": [
"cli",
0 commit comments