Comparing version 0.1.1 to 0.1.3
@@ -0,1 +1,4 @@ | ||
## 0.1.3 March 30, 2015 | ||
* Fix error for source spelling | ||
## 0.1.1 December 08, 2014 | ||
@@ -2,0 +5,0 @@ * Fix error with relative paths |
{ | ||
"name": "uglify", | ||
"description": "A simple tool to uglify javascript & css files", | ||
"version": "0.1.1", | ||
"version": "0.1.3", | ||
"author": "Tom.Huang <hzlhu.dargon@gmail.com>", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -21,3 +21,3 @@ # Uglify: | ||
-V, --version output the version number | ||
-s, --source <items> sorce files | ||
-s, --source <items> source files | ||
-o, --output [value] output file | ||
@@ -24,0 +24,0 @@ -c, --css whether uglify css files |
Sorry, the diff of this file is not supported yet
7485